Skip to content

Commit 3cd771c

Browse files
authored
Merge pull request #67 from Ocramius/fix/phpdbg-missing-settings-installation
When installing PHP INI settings from STDIN, configure also the PHPDBG SAPI
2 parents d0ae98e + 0a99965 commit 3cd771c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ fi
171171
if [[ "${INI}" != "" ]];then
172172
echo "Installing php.ini settings"
173173
echo "$INI" > "/etc/php/${PHP}/cli/conf.d/99-settings.ini"
174+
echo "$INI" > "/etc/php/${PHP}/phpdbg/conf.d/99-settings.ini"
174175
fi
175176

176177
echo "PHP version: $(php --version)"

0 commit comments

Comments
 (0)