History log of /PHP-8.2/ext/gd/tests/gh10614.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 09957ab9 10-Jul-2024 Michael Orlitzky

ext/gd/tests/gh10614.phpt: skip if no PNG support

This test uses imagecreatefrompng(), which won't be there if libgd was
built without PNG support.

Closes GH-14905.


# f26dd135 25-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-10614: imagerotate will turn the picture all black, when rotated 90

This is a backport of the upstream libgd PR that was recently committed
[1].

[1] https://github.com/li

Fix GH-10614: imagerotate will turn the picture all black, when rotated 90

This is a backport of the upstream libgd PR that was recently committed
[1].

[1] https://github.com/libgd/libgd/pull/862

Closes GH-13246.

show more ...