Skip to content

Commit a00c016

Browse files
authored
Merge pull request #69 from laminas/1.14.x-merge-up-into-1.15.x_q5NPC3o2
Merge release 1.14.3 into 1.15.x
2 parents dadfeaf + 3cd771c commit a00c016

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)