Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8313 invoked from network); 13 Oct 2016 20:29:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2016 20:29:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.54 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.54 mail-it0-f54.google.com Received: from [209.85.214.54] ([209.85.214.54:36033] helo=mail-it0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/23-41968-F8EEFF75 for ; Thu, 13 Oct 2016 16:29:06 -0400 Received: by mail-it0-f54.google.com with SMTP id l13so194908495itl.1 for ; Thu, 13 Oct 2016 13:29:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=EknMfgSEjHjHIag/8YRAjHBA4dfRIZu/8m4ZkpSRH+g=; b=ki8Ta2+XCTrn0gAFOAqaGOb+t+LAuWc1+ADrQqsZFqywUQr+N3GYPBrb7D07EW4vMw 73civhLdB01Z6HxNJ7CY1Ex7jNlJAAYg7t9rYcUEENLe90mPgxQOFtHza4gHDxFIIl9j 85SUcImsehEpiYu4sU2hIjZHWP9zbRD7Z+w691javN1YIjlIVvL7AGvKfe/9P8flCfH6 nQ5vnpgCiLKZoxqHPVbdc8XZwFYLN8SzrEHVUV5Zo4HYmAWwSFD3CCoZgMs2EOYrpTQg X84z8G8QHz39uahTPD9jxcnu5VqnWR8dC8qYATnPJCwboucFqOEYtxz7ED3hlmlFwzZV 2wKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=EknMfgSEjHjHIag/8YRAjHBA4dfRIZu/8m4ZkpSRH+g=; b=eueFj8IqITZ44Y2tOSSmDU7cyyU9h+NVLTaloYneSvsqHs8H4zmVULxdekQOWW1Oij 49Xm2nRauC+/qWopDTq3bDMjMX/AVDbQZRxvJ1bENjwhJx2EBqMKmHimFR3xPS/AXxEW tBdEj8YoXMFXmKy0rMMNLy37axbQN7jsd7HYB9jcd+32hTBlzLOkko9Ego3HkWidRF/L wkNqYVWNlM/WUEfs2pRb0tZQEZAOlt7M/gzN9WKGSsxqd4lmHxjAwarGMGrg6sbovN5A zKey8Yyh/Onb+JHDDiiGpPSnP+z+GhEfa94KBxHvmqkSj/aT0zwF9T0MdCSsEOEFbOTh tK1A== X-Gm-Message-State: AA6/9RnlfDpv+KTXeb3CwaJPhIkpjTLdTNTe8g/wrkykFXPelTOjPAuXK8/pXX8450WDyyYwUOjc+zQdhRgsBA== X-Received: by 10.36.155.194 with SMTP id o185mr10027963itd.54.1476390540361; Thu, 13 Oct 2016 13:29:00 -0700 (PDT) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.19.233 with HTTP; Thu, 13 Oct 2016 13:28:59 -0700 (PDT) In-Reply-To: <64abfe29-6d8d-c186-6e52-47fa9309bdb6@gmx.de> References: <64abfe29-6d8d-c186-6e52-47fa9309bdb6@gmx.de> Date: Thu, 13 Oct 2016 22:28:59 +0200 X-Google-Sender-Auth: 28AC8JEVdgwDqAKxjGwQmUvWc50 Message-ID: To: "Christoph M. Becker" Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] ext/gd: Deprecate png2wbmp() and jpeg2wbmp() From: kalle@php.net (Kalle Sommer Nielsen) Hi 2016-10-13 19:03 GMT+02:00 Christoph M. Becker : > Hi! > > I suggest to deprecate png2wbmp() and jpeg2wbmp() as of PHP 7.2 and to > remove the functions as of PHP 8.0. > > Both functions are very special for ext/gd; there are no other direct > conversion functions, and even their names do not start with "image" > like all other ext/gd functions, except gd_info(). Implementing a > fallback in userland would be trivial (besides an issue with > image2wbmp(), see ). > Furthermore, WBMP supposedly isn't really important nowadays. +1, I even think that 7.3 should have them removed. Besides png2wbmp() and jpeg2wbmp(), I'd like for you to add image2wbmp() to that list too. -- regards, Kalle Sommer Nielsen kalle@php.net