]> granicus.if.org Git - php/commitdiff
Update with INI file info.
authorAndrei Zmievski <andrei@php.net>
Fri, 15 Dec 2006 23:33:48 +0000 (23:33 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 15 Dec 2006 23:33:48 +0000 (23:33 +0000)
README.UNICODE

index 806c609e364459eb5574e2d4a105bfc314d79266..99e933d037622d2067d4ae0a289dda7e84450da1 100644 (file)
@@ -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
 ====================