Skip to content

Commit 1a5b4a7

Browse files
committed
Merge branch 'v1.6'
2 parents ad73ed7 + 3a1973e commit 1a5b4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.scripts/debug-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
66
exit 1
77
fi
88

9-
PHP_BINARY=`which php`
9+
PHP_BINARY=`php -r 'echo PHP_BINARY;'`
1010
gdb -batch -ex "bt full" -ex "quit" "${PHP_BINARY}" "${1}"

0 commit comments

Comments
 (0)