From: Jani Taskinen Date: Thu, 27 Sep 2007 17:06:36 +0000 (+0000) Subject: BFN X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND_IN_5_3~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d64b3989c52d671051a6f1aaef7b046d14041858;p=php BFN --- diff --git a/NEWS b/NEWS index 4f190ffe00..87f43aeb7f 100644 --- 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)