Skip to content

Commit 3a1973e

Browse files
authored
Merge pull request #1077 from mongodb/1.6-debug-core-php_binary
Set PHP_BINARY from runtime constant
2 parents 99b9208 + aedcae2 commit 3a1973e

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)