summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-09-28 02:14:11 +0000
committerJani Taskinen <jani@php.net>2007-09-28 02:14:11 +0000
commitdf5e18347036ef008ca6cf590daa6c543ed42767 (patch)
tree8715195ff4fad322e3be9b7cafbb2c00feaf72b8
parente367dac30d48382755378f727e845992991753a2 (diff)
downloadphp-git-df5e18347036ef008ca6cf590daa6c543ed42767.tar.gz
One more thing..
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5fc5bd5f1..311d5219bd 100644
--- 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.