]> granicus.if.org Git - php/commitdiff
One more thing..
authorJani Taskinen <jani@php.net>
Fri, 28 Sep 2007 02:14:11 +0000 (02:14 +0000)
committerJani Taskinen <jani@php.net>
Fri, 28 Sep 2007 02:14:11 +0000 (02:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b5fc5bd5f12d4f61792339f6c230b230160a24e3..311d5219bdd7312be3c7c5c538e2df5e8f66a69e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ PHP                                                                        NEWS
   . Added better error reporting for php.ini syntax errors
   . Allowed "ini-variables" to be used almost everywhere ini php.ini files
   . Allowed using alphanumeric/variable indexes in "array" ini options
+  . Added 3rd optional parameter to parse_ini_file() to specify the scanning
+    mode of INI_SCANNER_NORMAL or INI_SCANNER_RAW. In raw mode option values
+    and section values are treated as-is.
   . Fixed get_cfg_var() to be able to return "array" ini options
 
 - Improved memory usage by moving constants to read only memory.