Merge pull request #2633 from Sofar1994/master
php-fpm container xdebug.ini name is xdebug.ini
This commit is contained in:
commit
2ce3745cf1
@ -36,7 +36,7 @@ xdebug_start ()
|
|||||||
|
|
||||||
# And uncomment line with xdebug extension, thus enabling it
|
# And uncomment line with xdebug extension, thus enabling it
|
||||||
ON_CMD="sed -i 's/^;zend_extension=/zend_extension=/g' \
|
ON_CMD="sed -i 's/^;zend_extension=/zend_extension=/g' \
|
||||||
/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini"
|
/usr/local/etc/php/conf.d/xdebug.ini"
|
||||||
|
|
||||||
|
|
||||||
# If running on Windows, need to prepend with winpty :(
|
# If running on Windows, need to prepend with winpty :(
|
||||||
@ -58,7 +58,7 @@ xdebug_stop ()
|
|||||||
echo 'Stop xDebug'
|
echo 'Stop xDebug'
|
||||||
|
|
||||||
# Comment out xdebug extension line
|
# Comment out xdebug extension line
|
||||||
OFF_CMD="sed -i 's/^zend_extension=/;zend_extension=/g' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini"
|
OFF_CMD="sed -i 's/^zend_extension=/;zend_extension=/g' /usr/local/etc/php/conf.d/xdebug.ini"
|
||||||
|
|
||||||
|
|
||||||
# If running on Windows, need to prepend with winpty :(
|
# If running on Windows, need to prepend with winpty :(
|
||||||
|
Loading…
Reference in New Issue
Block a user