Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5645 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92920 invoked by uid 1010); 21 Nov 2003 17:21:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92896 invoked from network); 21 Nov 2003 17:21:35 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 21 Nov 2003 17:21:35 -0000 Received: (qmail 3457 invoked from network); 21 Nov 2003 12:16:42 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 21 Nov 2003 12:16:42 -0000 Reply-To: ilia@prohost.org To: David Giffin , Date: Fri, 21 Nov 2003 12:29:56 -0500 User-Agent: KMail/1.5.4 References: In-Reply-To: Organization: Prohost.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200311211229.56311.ilia@prohost.org> Subject: Re: [PHP-DEV] PHP5 GD Patch From: ilia@prohost.org (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 disabled even when you add > support for the GD library to PHP. > > Thanks, > David Giffin