summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2010-12-21 06:57:46 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2010-12-21 06:57:46 +0000
commitb0f8ac5299a147b2221923b616f6ddc562e86bfb (patch)
tree7c70a2e4cb7d1dcd68fe5eff19cae2fc5eb3d795 /php.ini-development
parentc9459ed7e750f73009263eb39790fd9bd31b2c15 (diff)
downloadphp-git-b0f8ac5299a147b2221923b616f6ddc562e86bfb.tar.gz
- 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.
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development16
1 files changed, 12 insertions, 4 deletions
diff --git a/php.ini-development b/php.ini-development
index c7ccbce1fb..7ed324f857 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -352,6 +352,18 @@ disable_classes =
; 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 @@ mssql.secure_connection = Off
; 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