moriyoshi                                Tue, 21 Dec 2010 06:57:46 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=306535

Log:
- Update ini descriptions.  It is still possible that zend.multibyte will be 
removed in the near future as it is confirmed to not impose any significant 
overhead with the standard configuration even when it is enabled.

Changed paths:
    U   php/php-src/trunk/php.ini-development
    U   php/php-src/trunk/php.ini-production

Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development       2010-12-21 05:49:13 UTC (rev 
306534)
+++ php/php-src/trunk/php.ini-development       2010-12-21 06:57:46 UTC (rev 
306535)
@@ -352,6 +352,18 @@
 ; http://php.net/realpath-cache-ttl
 ;realpath_cache_ttl = 120

+; If enabled, scripts may be written in encodings that are incompatible with
+; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such
+; encodings.  To use this feature, mbstring extension must be enabled.
+; Default: Off
+;zend.multibyte = Off
+
+; Allows to set the default encoding for the scripts.  This value will be used
+; unless "declare(encoding=...)" directive appears at the top of the script.
+; Only affects if zend.multibyte is set.
+; Default: ""
+;zend.script_encoding =
+
 ;;;;;;;;;;;;;;;;;
 ; Miscellaneous ;
 ;;;;;;;;;;;;;;;;;
@@ -1734,10 +1746,6 @@
 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
 ;mbstring.http_output_conv_mimetype=

-; Allows to set script encoding. Only affects if PHP is compiled with 
--enable-zend-multibyte
-; Default: ""
-;mbstring.script_encoding=
-
 [gd]
 ; Tell the jpeg decode to ignore warnings and try to create
 ; a gd image. The warning will then be displayed as notices

Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production        2010-12-21 05:49:13 UTC (rev 
306534)
+++ php/php-src/trunk/php.ini-production        2010-12-21 06:57:46 UTC (rev 
306535)
@@ -352,6 +352,18 @@
 ; http://php.net/realpath-cache-ttl
 ;realpath_cache_ttl = 120

+; If enabled, scripts may be written in encodings that are incompatible with
+; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such
+; encodings.  To use this feature, mbstring extension must be enabled.
+; Default: Off
+;zend.multibyte = Off
+
+; Allows to set the default encoding for the scripts.  This value will be used
+; unless "declare(encoding=...)" directive appears at the top of the script.
+; Only affects if zend.multibyte is set.
+; Default: ""
+;zend.script_encoding =
+
 ;;;;;;;;;;;;;;;;;
 ; Miscellaneous ;
 ;;;;;;;;;;;;;;;;;
@@ -1730,10 +1742,6 @@
 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
 ;mbstring.http_output_conv_mimetype=

-; Allows to set script encoding. Only affects if PHP is compiled with 
--enable-zend-multibyte
-; Default: ""
-;mbstring.script_encoding=
-
 [gd]
 ; Tell the jpeg decode to ignore warnings and try to create
 ; a gd image. The warning will then be displayed as notices

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to