History log of /php-src/ext/gd/tests/gh13082.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 8d4e177d 20-Jan-2024 David Carlier

ext/gd disable gh13082 test for travis.

The sample file is for little endian architectures.

Close GH-13208


# 1e464e5b 09-Jan-2024 David Carlier

ext/gd: Fix GH-13082

Issue occur when compiling with recent clang releases (> 13) and
with the '-Os' optimisation level, after using
`imageloadfont` which returns a proper GdFont cl

ext/gd: Fix GH-13082

Issue occur when compiling with recent clang releases (> 13) and
with the '-Os' optimisation level, after using
`imageloadfont` which returns a proper GdFont class leads to
a subtle bug when attempting to use via the imagefont* function.

show more ...