andrei          Fri Dec 15 23:33:48 2006 UTC

  Modified files:              
    /php-src    README.UNICODE 
  Log:
  Update with INI file info.
  
  
http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE?r1=1.6&r2=1.7&diff_format=u
Index: php-src/README.UNICODE
diff -u php-src/README.UNICODE:1.6 php-src/README.UNICODE:1.7
--- php-src/README.UNICODE:1.6  Thu Aug 24 21:56:57 2006
+++ php-src/README.UNICODE      Fri Dec 15 23:33:48 2006
@@ -211,6 +211,15 @@
    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
 ====================
 

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

Reply via email to