We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6318357 commit f0df337Copy full SHA for f0df337
include/php.sh
@@ -124,9 +124,10 @@ install_php(){
124
}
125
126
config_php(){
127
- rm -f /etc/php.ini /usr/bin/php /usr/bin/php-config /usr/bin/phpize
+ rm -f /etc/php.ini /usr/bin/php /usr/bin/php-cgi /usr/bin/php-config /usr/bin/phpize
128
ln -s ${php_location}/etc/php.ini /etc/php.ini
129
ln -s ${php_location}/bin/php /usr/bin/
130
+ ln -s ${php_location}/bin/php-cgi /usr/bin/
131
ln -s ${php_location}/bin/php-config /usr/bin/
132
ln -s ${php_location}/bin/phpize /usr/bin/
133
cat > ${php_location}/php.d/opcache.ini<<EOF
0 commit comments