[VOTE] Deprecate png2wbmp() and jpeg2wbmp()

php.internals

Christoph Becker

9 years ago
Hi! As there has been no discussion in the RFC's discussion thread[1], I assume there is nothing to discuss, so I've just put the "Deprecate png2wbmp() and jpeg2wbmp()" RFC[2] to voting. The voting period ends on 2016-11-13, 22:00 UTC. Thanks in advance for voting! [1] <http://marc.info/?l=php-internals&m=147654153010696&w=2> [2] <https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp>
-- Christoph M. Becker

Alice Wonder

9 years ago
On 10/30/2016 02:30 PM, Christoph M. Becker wrote:
> Hi! > > As there has been no discussion in the RFC's discussion thread[1], I > assume there is nothing to discuss, so I've just put the "Deprecate > png2wbmp() and jpeg2wbmp()" RFC[2] to voting. The voting period ends on > 2016-11-13, 22:00 UTC. > > Thanks in advance for voting! > > [1] <http://marc.info/?l=php-internals&m=147654153010696&w=2> > [2] <https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp> >
from second link ``format conversion functions available in ext/gd what makes them rather special'' probably should read ``format conversion functions available in ext/gd which makes them rather special'' (I do that all the time, brain thinks one word and fingers type another)

Christoph Becker

9 years ago
On 30.10.2016 at 22:37, Alice Wonder wrote:
> On 10/30/2016 02:30 PM, Christoph M. Becker wrote: > >> As there has been no discussion in the RFC's discussion thread[1], I >> assume there is nothing to discuss, so I've just put the "Deprecate >> png2wbmp() and jpeg2wbmp()" RFC[2] to voting. The voting period ends on >> 2016-11-13, 22:00 UTC. >> >> Thanks in advance for voting! >> >> [1] <http://marc.info/?l=php-internals&m=147654153010696&w=2> >> [2] <https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp> > > from second link > > ``format conversion functions available in ext/gd what makes them rather > special'' probably should read > > ``format conversion functions available in ext/gd which makes them > rather special'' > > (I do that all the time, brain thinks one word and fingers type another)
Thanks! Fixed.
-- Christoph M. Becker

Christoph Becker

9 years ago
On 30.10.2016 at 22:30, Christoph M. Becker wrote:
> As there has been no discussion in the RFC's discussion thread[1], I > assume there is nothing to discuss, so I've just put the "Deprecate > png2wbmp() and jpeg2wbmp()" RFC[2] to voting. The voting period ends on > 2016-11-13, 22:00 UTC. > > Thanks in advance for voting! > > [1] <http://marc.info/?l=php-internals&m=147654153010696&w=2> > [2] <https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp>
The RFC has been accepted by 20 votes in favor to none against. Thanks to everyone who participated! I'm going to merge PR #2164 and document the deprecation. Any ideas on how to track the removal of the functions for PHP 8?
-- Christoph M. Becker