rfc:mb_str_split

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:mb_str_split [2019/01/06 12:08] rumirfc:mb_str_split [2019/02/12 16:53] (current) rumi
Line 1: Line 1:
 ====== PHP RFC: mb_str_split ====== ====== PHP RFC: mb_str_split ======
-  * Version: 0.1 
   * Date: 2019-01-02   * Date: 2019-01-02
   * Author: rumi, legale.legale@gmail.com   * Author: rumi, legale.legale@gmail.com
-  * Status: Under discussion+  * Status: Implemented (in PHP 7.4)
   * First Published at: https://wiki.php.net/rfc/mb_str_split   * First Published at: https://wiki.php.net/rfc/mb_str_split
 +  * PR: [[https://github.com/php/php-src/pull/3715]], [[https://github.com/php/php-src/pull/3808]]
  
 ===== Introduction ===== ===== Introduction =====
Line 12: Line 12:
 <php>array mb_str_split (string $string [, integer $split_length = 1, string $encoding = mb_internal_encoding() ])</php> <php>array mb_str_split (string $string [, integer $split_length = 1, string $encoding = mb_internal_encoding() ])</php>
  
-The function works through the libmbfl library and supports all mbstring supported charsets just like other mbstring functions. +The function works through the libmbfl library and supports all libmbfl supported charsets just like other mbstring functions. 
  
 ==== Usage example ==== ==== Usage example ====
Line 54: Line 54:
  
 ===== Proposed Voting Choices ===== ===== Proposed Voting Choices =====
-Include mb_str_split into next PHP-7.x 
 This project requires 50%+1 majority.  This project requires 50%+1 majority. 
-The voting period: from 2019-01-10 to 2019-01-17+The voting period: from 2019-01-10 to 2019-01-20
-<doodle title="mb_str_split" auth="rumi" voteType="single" closed="false">+<doodle title="Include mb_str_split into next PHP-7.x?" auth="user" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 64: Line 63:
 ===== Patches and Tests ===== ===== Patches and Tests =====
 https://github.com/php/php-src/pull/3715 https://github.com/php/php-src/pull/3715
 +https://github.com/php/php-src/pull/3808
 +
  
 ===== Implementation ===== ===== Implementation =====
 +  - Was merged into master (PHP-7.4)
 +  - [[https://github.com/php/php-src/commit/d77ad27415a34e4f5908cb262567b7b6f0eca17f]]
 +
  
rfc/mb_str_split.1546776489.txt.gz · Last modified: 2019/01/06 12:08 by rumi