Fix xdebug on PHP 8.2 (#655)

pull/657/head 1.5.46
Michele Locati 2022-11-09 15:54:37 +01:00 committed by GitHub
parent 8f9e4f24d9
commit f0c8bc1820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3404,6 +3404,8 @@ installRemoteModule() {
installRemoteModule_version=2.6.1
elif test $PHP_MAJMIN_VERSION -le 701; then
installRemoteModule_version=2.9.8
elif test $PHP_MAJMIN_VERSION -ge 802; then
installRemoteModule_version=beta
fi
fi
;;

View File

@ -335,7 +335,7 @@ testExtensionFor() {
printf ' - Passed in %s seconds\n' $testExtensionFor_delta
return 0
fi
printf ' - FAILED!\n' >&2
printf '\n\n###############\n## ##\n## FAILED! ##\n## ##\n###############\n' >&2
cat "$testExtensionFor_out" >&2
rm -rf "$testExtensionFor_out"
return 1