Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114756 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 76885 invoked from network); 7 Jun 2021 07:46:21 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 Jun 2021 07:46:21 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0A761180531 for ; Mon, 7 Jun 2021 01:00:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_05,NICE_REPLY_A, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 7 Jun 2021 01:00:44 -0700 (PDT) Received: (Authenticated sender: contact@ll-experts.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B87C72000F for ; Mon, 7 Jun 2021 08:00:42 +0000 (UTC) To: internals@lists.php.net References: Message-ID: <03294c9d-6cb3-35ec-913e-6adf8ac0b164@php.net> Date: Mon, 7 Jun 2021 10:00:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Propagating AVIF support from libgd into PHP's bundled gd From: remi@php.net (Remi Collet) Le 04/06/2021 à 16:36, Ben Morss via internals a écrit : > ... I created a PR to propagate libgd's AVIF > support into PHP's bundled gd fork... Does it really make sense to keep maintaining this fork ? Having to maintain 2 (quite) different code and picking piece from one to other seems a waste of energy. I really think that we'll need to re-sync bundled gd with upstream and only keep it as an alternative for people without system gd (and perhaps even drop it later) My 0.02cts Remi