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/15 13:51] – Continue drafting cmbrfc:deprecate-png-jpeg-2wbmp [2019/01/28 13:52] (current) – Document removal commit cmb
Line 1: Line 1:
 ====== PHP RFC: Deprecate png2wbmp() and jpeg2wbmp() ====== ====== PHP RFC: Deprecate png2wbmp() and jpeg2wbmp() ======
-  * Version: 0.9+  * Version: 1.1
   * Date: 2016-10-15   * Date: 2016-10-15
   * Author: Christoph M. Becker, cmb@php.net   * Author: Christoph M. Becker, cmb@php.net
-  * Status: Draft+  * 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 38: Line 38:
  
 This RFC requires a 50%+1 majority. This RFC requires a 50%+1 majority.
 +
 +Voting ends on 2016-11-13, 22:00 UTC.
 +
 +<doodle title="Deprecate png2wbmp() and jpeg2wbmp()" auth="cmb" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
  
-I'll make a patch available ASAP.+PR implementing the deprecation: https://github.com/php/php-src/pull/2164.
  
 ===== 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 =====
  
-Links to external references, discussions or RFCs+  * Proposal discussion: http://marc.info/?l=php-internals&m=147637821405185&w=2 
 +  * RFC discussion: http://marc.info/?l=php-internals&m=147654153010696&w=2 
  
rfc/deprecate-png-jpeg-2wbmp.1476539507.txt.gz · Last modified: 2017/09/22 13:28 (external edit)