Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65363 invoked from network); 29 Jun 2015 11:29:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2015 11:29:08 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.20 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.20 mout.gmx.net Received: from [212.227.17.20] ([212.227.17.20:54773] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/90-57329-10C21955 for ; Mon, 29 Jun 2015 07:29:06 -0400 Received: from [192.168.0.100] ([95.89.139.132]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MTwYX-1ZZgvl2fNx-00Qn1n; Mon, 29 Jun 2015 13:29:00 +0200 Message-ID: <55912BFD.5020005@gmx.de> Date: Mon, 29 Jun 2015 13:29:01 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pierre Joye CC: PHP internals References: <55905A31.4050302@gmx.de> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:KhO88djiRqDEp2QevEV7/Q/PH2yU4XPMpiyfij4CMjXemIPTldX B0IlM0VhqF+7ezavpEwZI8wPl8NQQP1fDGI22S6PcNMKhSJ+bTPUNxkXOoHoXohji3VGvGp 2055ZLVIZM4O6TfsRXRC4rR6zY1yfDCTuXd93P8bAsb6xWglG1wgcg45knYgxgpJeTRaQzX gwCkxBzeZ8kNzjTl2axmA== X-UI-Out-Filterresults: notjunk:1;V01:K0:SL/j7oh4w7w=:34AAdwi1Xsg3odx5o8hZmy /SfkIZdr076Yw7aJYPtupUjAXEfuhZEpgNVrEsv1g1MhbCiJV/2MTZbu+0HCpwfrx91yaMU4v ENIiJP1YnnkCdhIe8Yz/bbKb3bjNdYGd4Oo0Dt/GMGuyfG1bE2oFpOTtYiFiRN/kJoF+XQtwO A0Slw1OgOoU9YX+QLgD8C2gFLufdQqaAAIGccHMkbxyxxrGhwPPlbBFh8tJoqrc4K9L55i+Eb KubY2rpJ6zBv+0y3PRxf5z8gpXPjANlMULANJlL8lfc2cHBA0btRQhIu2WhdDFuMpAXAkLpHE wtLe4bmDGujw4Kq9zXO6xtXG2L7qbodOgP7zzVKZPEhsSRDZXXryfE3cehkswNR6X9RVKwoe0 PRXc/dq23ojCsx0FdsOlRgfQAnMeziMWu0V3spWLRuBo6nGaXSntt/5m5azBSbS1CsFly/zPh RdpHUaTDEE1mM1FpRN7+EEataL+Xmd9Bj2hCPOfeCAUkeJlIT9ab9lohaGTN2sAdXn03TuADb S+32ItTFH245pzdK8m2G7TDI2DXa4bopvBTD9BVRolhy4xRF0LD25A3riQAb4Yp0NPWpDrf5E kUh9crOwVPTK94RPrj+Zeoa1v8eAflCDbvsw8Le0vbKrXBuQkNGAx4NWq1NCST0NeTUtr87Sg MMXsprkvgzzV4vV4yxklzljxab6F/f1TpREIbyXB7V3KsrLmhfq9H9XYZr7pw4ykNlZk= Subject: Re: [PHP-DEV] Bundled GD library From: cmbecker69@gmx.de (Christoph Becker) Pierre Joye wrote: > 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. Ah, I see. Thanks for the explanation. :) >> 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 :) Okay, so I'll do both. :) -- Christoph M. Becker