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.
2 parents 161636d + 939cab5 commit a9c5a94Copy full SHA for a9c5a94
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-${PHP_BUILD_DATE}/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