Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93648 invoked from network); 7 Apr 2003 12:32:59 -0000 Received: from unknown (HELO asuka.prohost.org) (24.101.65.70) by pb1.pair.com with SMTP; 7 Apr 2003 12:32:59 -0000 Received: (qmail 16020 invoked from network); 7 Apr 2003 07:32:44 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 7 Apr 2003 07:32:44 -0000 Reply-To: ilia@prohost.org To: "John Coggeshall" , Date: Mon, 7 Apr 2003 08:35:03 -0400 User-Agent: KMail/1.5 References: <000101c2fcb5$a0c09150$7301a8c0@cooglewin> In-Reply-To: <000101c2fcb5$a0c09150$7301a8c0@cooglewin> Organization: Prohost.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200304070835.04125.ilia@prohost.org> Subject: Re: [PHP-DEV] Status of GD From: ilia@prohost.org ("Ilia A.") On April 6, 2003 11:27 pm, John Coggeshall wrote: > I see that some (not all) of the functions found in GD 2.0.12 have been > introduced into the bundled libgd, but even though functions like > imagesetclip()/getclip() are there PHP wrappers haven't been created... I did not create any wrappers for the new GD functions, yet my goal was to sync our GD with the 'official' one. The one function I did not sync is image rotate since our bundled gd has an internal implementation which in my tests had proven to be better. > Can anyone hint what will happen regarding these things? (esp. the three > functions I provided a patch for)? I don't want to rely on their > existance in my scripts until I know PHP5 will have them... I'll add > them myself if no one objects. The clipping function wrapper you are more then welcome to add to PHP5. Ilia