rfc:default_encoding

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:default_encoding [2013/12/31 21:57] yohgakirfc:default_encoding [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Request for Comments: Use default_charset As Default Character Encoding ====== ====== Request for Comments: Use default_charset As Default Character Encoding ======
-  * Version: 1.0 +  * Version: 1.0.1 
-  * Date: 2013-12-20+  * Date: 2014-01-01
   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>
-  * Status: Voting+  * Status: Implemented
   * First Published at: http://wiki.php.net/rfc/default_encoding   * First Published at: http://wiki.php.net/rfc/default_encoding
  
Line 34: Line 34:
   * zend.script_encoding   * zend.script_encoding
  
-PHP 5.6 and master, introduce new php.ini settting. Old iconv.*/mbstring.* php.ini parameters will be removed for <del>master</del> PHP6. Use of iconv.*/mbstring.* php.ini parameters raise E_DEPRECATED for 5.6 and up.+PHP 5.6 and master, introduce new php.ini setting. Old iconv.*/mbstring.* php.ini parameters will be removed for <del>master</del> PHP6. Use of iconv.*/mbstring.* php.ini parameters raise E_DEPRECATED for 5.6 and up.
   * php.input_encoding   * php.input_encoding
   * php.internal_encoding   * php.internal_encoding
Line 112: Line 112:
 Vote end: 2014/01/10 01:00 UTC Vote end: 2014/01/10 01:00 UTC
  
-<doodle title="Default Character Encoding" auth="yohgaki" voteType="single" closed="false">+<doodle title="Default Character Encoding" auth="yohgaki" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 120: Line 120:
  
   * Internals discussion - http://www.serverphorums.com/read.php?7,552099,552110   * Internals discussion - http://www.serverphorums.com/read.php?7,552099,552110
 +
 +
 +===== Implementation =====
 +
 +  * http://git.php.net/?p=php-src.git;a=commit;h=cbd108abf19d9fb9ae1d4ccd153215f56a2763e8
 +  * http://svn.php.net/viewvc?view=revision&revision=332850
 +  * http://svn.php.net/viewvc?view=revision&revision=332851
 +  * http://svn.php.net/viewvc?view=revision&revision=332852
 +  * http://svn.php.net/viewvc?view=revision&revision=332857
  
 ===== Changelog ===== ===== Changelog =====
  
 +  * 2014-01-01 Revised unneeded php.ini removal process. 
   * 2013-12-17 Added use case and related issues.   * 2013-12-17 Added use case and related issues.
   * 2013-10-31 Added objectives.   * 2013-10-31 Added objectives.
rfc/default_encoding.1388527044.txt.gz · Last modified: 2017/09/22 13:28 (external edit)