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 ad73ed7 + 3a1973e commit 1a5b4a7Copy full SHA for 1a5b4a7
.travis.scripts/debug-core.sh
@@ -6,5 +6,5 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
6
exit 1
7
fi
8
9
-PHP_BINARY=`which php`
+PHP_BINARY=`php -r 'echo PHP_BINARY;'`
10
gdb -batch -ex "bt full" -ex "quit" "${PHP_BINARY}" "${1}"
0 commit comments