rfc:deprecate-png-jpeg-2wbmp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:deprecate-png-jpeg-2wbmp [2016/10/30 21:24] – Update status to voting cmbrfc:deprecate-png-jpeg-2wbmp [2019/01/28 13:52] (current) – Document removal commit cmb
Line 3: Line 3:
   * Date: 2016-10-15   * Date: 2016-10-15
   * Author: Christoph M. Becker, cmb@php.net   * Author: Christoph M. Becker, cmb@php.net
-  * Status: Voting+  * Status: Implemented (PHP 7.2)
   * First Published at: http://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp   * First Published at: http://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp
  
 ===== Introduction ===== ===== Introduction =====
  
-''png2wbmp()'' and ''jpeg2wbmp()'' are the only direct image format conversion functions available in ext/gd what makes them rather special, particularly as libgd doesn't offer any such functions ((instead they are defined in the libgd binding using libgd's image reading and writing functions)). Furthermore WBMP ((Wireless Application Protocol Bitmap Format)) has been invented to support WAP ((Wireless Application Protocol)), which appears to be mostly obsolete nowadays.+''png2wbmp()'' and ''jpeg2wbmp()'' are the only direct image format conversion functions available in ext/gd which makes them rather special, particularly as libgd doesn't offer any such functions ((instead they are defined in the libgd binding using libgd's image reading and writing functions)). Furthermore WBMP ((Wireless Application Protocol Bitmap Format)) has been invented to support WAP ((Wireless Application Protocol)), which appears to be mostly obsolete nowadays.
  
 ===== Proposal ===== ===== Proposal =====
Line 39: Line 39:
 This RFC requires a 50%+1 majority. This RFC requires a 50%+1 majority.
  
-<doodle title="Deprecate png2wbmp() and jpeg2wbmp()" auth="cmb" voteType="single" closed="false">+Voting ends on 2016-11-13, 22:00 UTC. 
 + 
 +<doodle title="Deprecate png2wbmp() and jpeg2wbmp()" auth="cmb" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 50: Line 52:
 ===== Implementation ===== ===== Implementation =====
  
-After the project is implemented, this section should contain  +  - PR #2164 has been merged into master (what is supposed to become PHP-7.2) with https://github.com/php/php-src/commit/189bbb58 
-  - the version(s) it was merged to +  - The deprecation and removal has been documented with http://svn.php.net/viewvc?view=revision&revision=341003 
-  - a link to the git commit(s) +  - [[http://git.php.net/?p=php-src.git;a=commit;h=e9736638828f3037b1b04fc02718d8d04351f9e0|Removed for PHP 8]] 
-  - a link to the PHP manual entry for the feature+  - The language specification is not affected by this RFC
  
 ===== References ===== ===== References =====
rfc/deprecate-png-jpeg-2wbmp.1477862662.txt.gz · Last modified: 2017/09/22 13:28 (external edit)