Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29850 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12493 invoked by uid 1010); 28 May 2007 20:23:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12478 invoked from network); 28 May 2007 20:23:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2007 20:23:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.225 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.225] ([64.233.162.225:7693] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/78-46269-D5A3B564 for ; Mon, 28 May 2007 16:23:57 -0400 Received: by nz-out-0506.google.com with SMTP id 34so891811nzf for ; Mon, 28 May 2007 13:23:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=pMGOnAv24klXNV1wu2OJ3wQa/LCovgfs0rvMea09VyS0imfs01XPPjwy37M01LCZj82XGjpsSReqnp+lm9pAf2EQuQ9qQTwDGMX1LOMwRT+4ITX61zGXKBy3exwoJ9tiuC1KBI73/MP5Gn6v0AEuuGV1b2ER9JiskksSUnFC1Bo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=cCeRNzEBHb9e2mhM21QD6l/jjoBvVqy8HWUFcJQv0pRU5veviYIg+AZ6con9LPN6XkAlij0H8DxbwdQcZUgTWlwMqDxc7lAZ+uWR+iXWy5E0ZcjgOxq450itSiYwGAMldKe1ofUsQITR66c62waqttIyVAucH9WNOzdjm5ON34w= Received: by 10.114.74.1 with SMTP id w1mr3069075waa.1180383834456; Mon, 28 May 2007 13:23:54 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Mon, 28 May 2007 13:23:54 -0700 (PDT) Message-ID: Date: Mon, 28 May 2007 22:23:54 +0200 To: "PHP Internals List" Cc: "Ilia Alshanetsky" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Merge GD tests update to 5.2 From: pierre.php@gmail.com (Pierre) Hi, HEAD (php6) supports now external GD libraries for almost all tests. It is a first step to support both bundled library and external libraries with all features enabled (like imagefilter, antialiasing, etc.). I would like to merge the tests change in 5.2. It makes my life easier to maintain both libraries and keep them 100% compatible, is there any objection? --Pierre