Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86933 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12402 invoked from network); 29 Jun 2015 04:35:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2015 04:35:49 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.181 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.181 mail-qk0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:33079] helo=mail-qk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/A5-29555-42BC0955 for ; Mon, 29 Jun 2015 00:35:49 -0400 Received: by qkhu186 with SMTP id u186so89004325qkh.0 for ; Sun, 28 Jun 2015 21:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/ybyvpUNLXhBAbFcgpmjoc0LAKR7zYiXINZN8Ixebrg=; b=OIY7UeD1JTo8gm3KST9itzyUV0UuMt2500wF+H8k1oxKorB1ZC6pNvKdi9DKiDnWtl t9acjbEiOCZNi0dZm6cWAcfuDoP/ISaXx2kHQCgfMWA4hZOv/a4vn+ehGxy0b/TK9Eii z/QPxnTTmxO4HumWJGd9ujN1QcoFjvQJ2PuLJ/f1IYjomJlfkxCbRfHw0lXy05vBJHNv 5kTLcr9B7OSd+pZQGyGTl9l78O5ezyuUuGykZz+i992n9DSOhbURC/herdFaB87jqnnt 39PBgT2+I9jy2RaIZFzz1Jk/5wkxIqnEq22pI29TVqVwPPevKRQwrqzOHB5CmtNisFMp Umyw== MIME-Version: 1.0 X-Received: by 10.140.144.131 with SMTP id 125mr17530778qhq.75.1435552545776; Sun, 28 Jun 2015 21:35:45 -0700 (PDT) Received: by 10.96.154.195 with HTTP; Sun, 28 Jun 2015 21:35:44 -0700 (PDT) Received: by 10.96.154.195 with HTTP; Sun, 28 Jun 2015 21:35:44 -0700 (PDT) In-Reply-To: <55905A31.4050302@gmx.de> References: <55905A31.4050302@gmx.de> Date: Mon, 29 Jun 2015 11:35:44 +0700 Message-ID: To: Christoph Becker Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113769e88c278a0519a09f38 Subject: Re: [PHP-DEV] Bundled GD library From: pierre.php@gmail.com (Pierre Joye) --001a113769e88c278a0519a09f38 Content-Type: text/plain; charset=UTF-8 Hi, On Jun 29, 2015 3:34 AM, "Christoph Becker" wrote: > > Hi! > > I've just learned from ext/gd/libgd/README that the bundled GD library > is actually a fork of libgd, which was quite a surprise to me as I > thought gd is handled similar to pcre and sqlite3. It is somehow similar as it was an actual fork before we took over the upstream version. Due to own BC reasons we cannot be fully synced with upstream at this stage but a large part of the library is. > Anyhow, I wonder how to deal with bug reports for PHP's gd extension, if > they point to a common bug in libgd. Shall I make PRs against php-src > *and* report the issue to libgd? Either way. If you can do both it will be fantastic. But as the same persons maintain both sides, we do our best to keep them synced :) Cheers, Pierre --001a113769e88c278a0519a09f38--