From: Andrei Zmievski Date: Fri, 15 Dec 2006 23:33:48 +0000 (+0000) Subject: Update with INI file info. X-Git-Tag: RELEASE_1_0_0RC1~686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0114b0a6a38133f337e828761ade9c760bab6ff9;p=php Update with INI file info. --- diff --git a/README.UNICODE b/README.UNICODE index 806c609e36..99e933d037 100644 --- a/README.UNICODE +++ b/README.UNICODE @@ -211,6 +211,15 @@ to the included files. unicode.script_encoding = utf-8 +INI Files +========= + +INI files will be presumed to contain UTF-8 encoded keys and values when the +Unicode semantics mode is On. When the mode is off, the data is taken as-is, +similar to PHP 5. No validation occurs during parsing. Instead invalid UTF-8 +sequences are caught during access by ini_*() functions. + + Conversion Semantics ====================