Skip to content

Commit 2484240

Browse files
authored
Merge pull request #8 from millerp/patch-1
correct extension path for xdebug
2 parents 0bd73a0 + e146729 commit 2484240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
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
4+
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
55
echo "xdebug.var_display_max_depth=5" | sudo tee -a /usr/local/etc/php/conf.d/xdebug.ini
66
fi
77

0 commit comments

Comments
 (0)