Skip to content

Commit ddf0141

Browse files
authored
fix xdebug path
1 parent 9e55858 commit ddf0141

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
#!/usr/bin/env bash
22

33
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
4+
echo "zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
55
echo "xdebug.var_display_max_depth=5" >> /usr/local/etc/php/conf.d/xdebug.ini
66
fi
77

0 commit comments

Comments
 (0)