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 9e55858 commit ddf0141Copy full SHA for ddf0141
apache-run.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [[ $XDEBUG_ENABLED == true ]]; then
4
- echo "zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
+ echo "zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
5
echo "xdebug.var_display_max_depth=5" >> /usr/local/etc/php/conf.d/xdebug.ini
6
fi
7
0 commit comments