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 267477b commit 939cab5Copy full SHA for 939cab5
apache-run.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
if [[ $XDEBUG_ENABLED == true ]]; then
4
+ sudo rm -f /usr/local/etc/php/conf.d/xdebug.ini || true
5
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
6
echo "xdebug.var_display_max_depth=5" | sudo tee -a /usr/local/etc/php/conf.d/xdebug.ini
7
echo "xdebug.idekey=${XDEBUG_IDEKEY}" | sudo tee -a /usr/local/etc/php/conf.d/xdebug.ini
0 commit comments