rfc:image2wbmp

Differences

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

Link to this comparison view

Next revision
Previous revision
rfc:image2wbmp [2018/05/11 14:01] – created cmbrfc:image2wbmp [2019/01/28 13:31] (current) – Document removal commit cmb
Line 1: Line 1:
 ====== PHP RFC: Deprecate and Remove image2wbmp() ====== ====== PHP RFC: Deprecate and Remove image2wbmp() ======
-  * Version: 0.+  * Version: 1.0 
-  * Date: 2018-05-11+  * Date: 2018-05-26
   * Author: Christoph M. Becker, cmb@php.net   * Author: Christoph M. Becker, cmb@php.net
-  * Status: Under Discussion+  * Status: Implemented (PHP 7.3)
   * First Published at: http://wiki.php.net/rfc/image2wbmp   * First Published at: http://wiki.php.net/rfc/image2wbmp
  
Line 43: Line 43:
 while item (4) (i.e. the actual removal) should target next PHP x (supposedly PHP 8). while item (4) (i.e. the actual removal) should target next PHP x (supposedly PHP 8).
  
-===== Open Issues ===== +===== Voting =====
- +
-None, yet. +
- +
-===== Future Scope ===== +
- +
-None, yet. +
- +
-===== Proposed Voting Choices =====+
  
 A single vote will be held to decide whether to implement the [[#proposal|proposal]]. A single vote will be held to decide whether to implement the [[#proposal|proposal]].
 This vote will require a 2/3 supermajority. This vote will require a 2/3 supermajority.
 +Voting started on 2018-05-26, and ended on 2018-06-09 21:00 UTC.
 +<doodle title="Deprecate and Remove image2wbmp()" auth="cmb" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
  
-I'm going to prepare a pull request for the proposed changes targeting next PHP 7.y as soon as possible.+A [[https://github.com/php/php-src/pull/3247|pull request regarding the deprecation]] is available.
  
 ===== Implementation ===== ===== Implementation =====
  
-After the project is implemented, this section should contain  +  - Implemented in PHP 7.3 via [[http://git.php.net/?p=php-src.git;a=commit;h=3cbf594dfd0708dc36f1655c50e16fa963e61501]] 
-  - the version(s) it was merged into +  - [[http://php.net/manual/en/function.image2wbmp.php|doc]] [[http://svn.php.net/viewvc?view=revision&revision=345112|fix]] 
-  - a link to the git commit(s) +  - [[http://git.php.net/?p=php-src.git;a=commit;h=dfa6c2046a8d7b66c4be52e46888f0fefccbcfd4|Removed for PHP 8]]
-  - a link to the PHP manual entry for the feature+
  
 ===== References ===== ===== References =====
  
 +  * relevant [[https://bugs.php.net/73317|bug report]]
   * preliminary [[https://externals.io/message/102025|discussion on internals]]   * preliminary [[https://externals.io/message/102025|discussion on internals]]
 +  * [[https://externals.io/message/102106|RFC discussion]]
  
-===== Rejected Features ===== 
- 
-None, yet. 
rfc/image2wbmp.txt · Last modified: 2019/01/28 13:31 by cmb