PHP5 GD Patch

php.internals

David Giffin

22 years ago
Hi All, This patch adds suport for imagecopyrotated() to the extension when using gd>=2.0.0. For some reason this function is disabled even when you add support for the GD library to PHP. Thanks, David Giffin

Ilia A.

22 years ago
Bundled GD comes with a different and better working rotate function, that is what you should be using. Ilia On November 21, 2003 12:14 pm, David Giffin wrote: