Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/Valet/PhpFpm.php
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ function restart()
*/
function stop()
{
$this->brew->stopService('php56', 'php70', 'php71');
$this->brew->stopService('php56', 'php70', 'php71', 'php72');
}

/**
@@ -106,6 +106,7 @@ function stop()
function fpmConfigPath()
{
$confLookup = [
'php72' => '/usr/local/etc/php/7.2/php-fpm.d/www.conf',
'php71' => '/usr/local/etc/php/7.1/php-fpm.d/www.conf',
'php70' => '/usr/local/etc/php/7.0/php-fpm.d/www.conf',
'php56' => '/usr/local/etc/php/5.6/php-fpm.conf',

0 comments on commit 0ed3eea

Please sign in to comment.