Re: [PHP-DEV] PHP5 GD Patch

2003-11-21 Thread Ilia Alshanetsky
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: > Hi All, > > This patch adds suport for imagecopyrotated() to the extension when using > gd>=2.0.0. For some reason this function is di

[PHP-DEV] PHP5 GD Patch

2003-11-21 Thread David Giffin
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 diff -ruN php-5.0.0b2/ext/gd/gd.c php-5.0.0b2.new/ext/gd/gd.c --- php-5.0.0b2/ext/gd/g