rfc:unbundle_xmlprc

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:unbundle_xmlprc [2020/04/30 09:23] – add open issue cmbrfc:unbundle_xmlprc [2020/08/01 23:59] (current) – RFC was implemented carusogabriel
Line 1: Line 1:
 ====== PHP RFC: Unbundle ext/xmlrpc ====== ====== PHP RFC: Unbundle ext/xmlrpc ======
-  * Version: 0.+  * Version: 1.0 
-  * Date: 2020-04-25+  * Date: 2020-05-12
   * Author: Christoph M. Becker, <cmb@php.net>   * Author: Christoph M. Becker, <cmb@php.net>
-  * Status: Under Discussion+  * Status: Implemented
   * First Published at: https://wiki.php.net/rfc/unbundle_xmlprc   * First Published at: https://wiki.php.net/rfc/unbundle_xmlprc
  
Line 25: Line 25:
 PHP 8.0.0. PHP 8.0.0.
  
-===== Open Issues =====+===== Future Scope =====
  
-  * What to do with ''xmlrpc_errors'' and ''xmlrpc_error_number'' INI settings? See https://github.com/php/php-src/pull/5484.+It may be considered to move the ''xmlrpc_errors'' and ''xmlrpc_error_number'' INI settings to the xmlrpc extensionThis is outside of the scope of this RFC, though.
  
-Make sure there are no open issues when the vote starts!+===== Voting =====
  
-===== Proposed Voting Choices ===== +A simple yes/no vote about whether to unbundle ext/xmlrpc or not. Unbundling requires a 2/3 majority. Voting starts on 2020-05-12, and ends on 2020-05-26 (12:00 UTC).
- +
-A simple yes/no vote about whether to unbundle ext/xmlrpc or not. Unbundling requires a 2/3 majority.+
  
 +<doodle title="Unbundle ext/xmlrpc" auth="cmb" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
  
 ===== Implementation ===== ===== Implementation =====
  
 After the project is implemented, this section should contain  After the project is implemented, this section should contain 
-  - the version(s) it was merged into + 
-  - a link to the git commit(s)+  - Unbundled via https://github.com/php/php-src/pull/5640
   - a link to the PHP manual entry for the feature   - a link to the PHP manual entry for the feature
-  - a link to the language specification section (if any)+
  
 ===== References ===== ===== References =====
  
 +  * [[https://externals.io/message/109853|RFC announcement]]
   * earlier [[https://externals.io/message/103703|mailing list discussion]]   * earlier [[https://externals.io/message/103703|mailing list discussion]]
  
-===== Rejected Features ===== 
- 
-Keep this updated with features that were discussed on the mail lists. 
rfc/unbundle_xmlprc.1588238638.txt.gz · Last modified: 2020/04/30 09:23 by cmb