]> granicus.if.org Git - php/commitdiff
new ini_get_all() parameter
authorHannes Magnusson <bjori@php.net>
Wed, 7 May 2008 20:04:05 +0000 (20:04 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 7 May 2008 20:04:05 +0000 (20:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 83ba8110c462813627676e555a2819f33e565939..edc682388320324bd59406a9a0bc2c99a137a53d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -141,6 +141,8 @@ PHP                                                                        NEWS
     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
+  . Added optional parameter to ini_get_all() to only retrieve the current
+    value. (Hannes)
 - Improved and cleaned CGI code:
   . FastCGI is now always enabled and can not be disabled.
     See sapi/cgi/CHANGES for more details. (Dmitry)