]> granicus.if.org Git - php/commitdiff
BFN
authorJani Taskinen <jani@php.net>
Thu, 27 Sep 2007 17:06:36 +0000 (17:06 +0000)
committerJani Taskinen <jani@php.net>
Thu, 27 Sep 2007 17:06:36 +0000 (17:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4f190ffe009a3c405ec2f1d2c952ef07d92bdc39..87f43aeb7fad3c3fb0a55abbc3762873167a1d3f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,13 @@ PHP                                                                        NEWS
   . Added access to internal values of DSA, RSA and DH keys
 - Improved and cleaned CGI code. FastCGI is now always enabled and can not be
   disabled. See sapi/cgi/CHANGES for more details. (Dmitry)
+
 - Added support for dynamic access of static members using $foo::myFunc().
   (Etienne Kneuss)
 
+- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL).
+  (Jani)
+
 30 Aug 2007, PHP 5.2.4
 - Removed --enable-versioning configure option. (Jani)