Skip to content

Commit 97e1bb0

Browse files
committed
fix
1 parent 4519e4a commit 97e1bb0

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-20160303/xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
55
echo "xdebug.var_display_max_depth=15" >> /usr/local/etc/php/conf.d/xdebug.ini
66
fi
77

0 commit comments

Comments
 (0)