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