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:
parent
8f9e4f24d9
commit
f0c8bc1820
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue