1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Fix xdebug on PHP 8.2 (#655)

This commit is contained in:
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

@ -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