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.
1 parent 18bb2ad commit e3546cbCopy full SHA for e3546cb
scripts/provision/configure_environment_recurring.sh
@@ -85,8 +85,8 @@ else
85
init_php56
86
fi
87
update-alternatives --set php /usr/bin/php5.6 && a2dismod php7.0 && a2enmod php5.6
88
- rm -f /etc/php/5.6/apache2/php.ini
89
- ln -s /etc/php/5.6/cli/php.ini /etc/php/5.6/apache2/php.ini
+ rm -rf /etc/php/5.6/apache2
+ ln -s /etc/php/5.6/cli /etc/php/5.6/apache2
90
sed -i "s|xdebug.remote_connect_back=1|xdebug.remote_host=192.168.10.1|g" /etc/php/5.6/mods-available/xdebug.ini
91
92
service apache2 restart
0 commit comments