Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2137 invoked from network); 10 Feb 2013 22:59:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2013 22:59:42 -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 Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:33979] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/22-22951-D5628115 for ; Sun, 10 Feb 2013 17:59:42 -0500 Received: by mail-lb0-f171.google.com with SMTP id gg13so4270328lbb.30 for ; Sun, 10 Feb 2013 14:59:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=dNwUAQ0CD6clU2+ZlZBYeqGpfbFx4Ln18R+6xDZCWRE=; b=OBCeQ0NkkQeJI62XUtMLTu24qLnnymHA3QZ2Fm+WZnAjbL1iSVT4TKvtWHPsK4mfs6 QAmwj6abhlfTKD8qmoEVXZYugkggNExxQL6GpVNnSy1T6Kn6fSK9/DSrACoCO5D6KEe6 csuVZ9xH85Qgz33rydIVTPFLdS4Jurz9qpxrvf8DedxIpeQtx2QfNYntlXeieaBsQ1zj PW5d9ACB07oVw1z27xLXv8SHvpNRlNhT21ifgiLTNq+V33NPx2akkErbE33aHOMKUXDQ FArkYSMHCUWzivLbB0aQBmjPd55p8/ONK7WRGQFRlXvYKO8FznTGruD2Sy7APodCVoN7 YMog== MIME-Version: 1.0 X-Received: by 10.112.37.194 with SMTP id a2mr4978532lbk.40.1360537178277; Sun, 10 Feb 2013 14:59:38 -0800 (PST) Received: by 10.112.111.131 with HTTP; Sun, 10 Feb 2013 14:59:38 -0800 (PST) In-Reply-To: References: Date: Sun, 10 Feb 2013 23:59:38 +0100 Message-ID: To: Tom Boutell Cc: Dennis Clarke , Stanislav Malyshev , Christopher Jones , PHP internals , ssb , Rasmus Lerdorf Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] ext/gd/gd_ctx.c: In function '_php_image_stream_putc': error: 'struct gdIOCtx' has no member named 'data' From: pierre.php@gmail.com (Pierre Joye) hi Tom, On Sun, Feb 10, 2013 at 11:54 PM, Tom Boutell wrote: > On Sun, Feb 10, 2013 at 2:50 PM, Dennis Clarke wrote: >> Does this mean there is a fork of GD inside the php source tarballs and that the >> stuff I see at Tom Boutell's site is just something else ? > > I would like to know the answer to that myself. The gd project is > currently maintained by the PHP community. I'm not sure if what's in > the PHP tarballs is different from what's on bitbucket and to what > degree. Actually the bitbucket branch has more features (image formats support and a couple of handy features like autocroping and the likes). 5.5 will bring both in sync and will use bundled versions when php is built against an older version. But this bug is a binary incompatibility with the external lib, my mistake while adding a long awaited feature. To restore the binary compatibility will require some re-factoring, 5.5 final should have it and the other branches will follow shortly after. Cheers, -- Pierre @pierrejoye