We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpize
php-config
1 parent 2ea7fe7 commit 6921a89Copy full SHA for 6921a89
entrypoint.sh
@@ -125,7 +125,9 @@ if [[ "${COMMAND}" == "" ]];then
125
fi
126
127
echo "Marking PHP ${PHP} as configured default"
128
-update-alternatives --set php /usr/bin/php${PHP}
+update-alternatives --quiet --set php /usr/bin/php${PHP}
129
+update-alternatives --quiet --set php-config /usr/bin/php-config${PHP}
130
+update-alternatives --quiet --set phpize /usr/bin/phpize${PHP}
131
132
# Is there a pre-install script available?
133
if [ -x ".laminas-ci/pre-install.sh" ];then
0 commit comments