summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2008-10-27 18:33:22 +0000
committerJohannes Schlüter <johannes@php.net>2008-10-27 18:33:22 +0000
commitd13d710cee27d250632cedd04deaf5a2a6b9f7dc (patch)
treee8c3bdbe8562805e7176b12008a423abedd1da09
parent40e42663f57080367849b2ab5dd3411049380d57 (diff)
downloadphp-git-d13d710cee27d250632cedd04deaf5a2a6b9f7dc.tar.gz
Fix NEWS
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2591497381..de3fd7dbd6 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ PHP NEWS
- Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown).
(Dmitry)
- Fixed bug #46194 (SIGSEGV when requested file is not found). (Greg)
+- Fixed bug #46192 (ArrayObject with objects as storage serialization).
+ (Etienne)
- Fixed bug #46185 (importNode changes the namespace of an XML element). (Rob)
- Fixed bug #46178 (memory leak in ext/phar). (Greg)
- Fixed bug #46160 (SPL - Memory leak when exception is thrown in offsetSet).
@@ -53,8 +55,6 @@ PHP NEWS
(vnegrier at optilian dot com, Ilia)
- Fixed bug #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS). (Johannes,
chx1975 at gmail dot com)
-- Fixed bug #46192 (ArrayObject with objects as storage serialization).
- (Etienne)
02 Sep 2008, PHP 5.3.0 Alpha 2
- Removed special treatment of "/tmp" in sessions for open_basedir.