jani Thu Sep 27 17:06:37 2007 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.4&r2=1.2027.2.547.2.965.2.5&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.4 php-src/NEWS:1.2027.2.547.2.965.2.5 --- php-src/NEWS:1.2027.2.547.2.965.2.4 Thu Sep 27 10:01:43 2007 +++ php-src/NEWS Thu Sep 27 17:06:36 2007 @@ -9,9 +9,13 @@ . 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php