summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-09-27 17:06:36 +0000
committerJani Taskinen <jani@php.net>2007-09-27 17:06:36 +0000
commitd64b3989c52d671051a6f1aaef7b046d14041858 (patch)
tree85df0d95138767496b4d20c22adda46ddd8d234b
parentfc0e59073e23fa280ec32c8054113a3a65658975 (diff)
downloadphp-git-d64b3989c52d671051a6f1aaef7b046d14041858.tar.gz
BFN
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)