]> granicus.if.org Git - php/commitdiff
- Add some Zend Engine changes to the NEWS file
authorAndi Gutmans <andi@php.net>
Wed, 12 Jul 2000 03:55:28 +0000 (03:55 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 12 Jul 2000 03:55:28 +0000 (03:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3df43827e526c02f966f85207e2062d34292d7ea..0948ebebbe63e0ce0bd667eab22a12a177ef9d1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2
+- Fixed leak when using string offsets in the array() construct.
+  (Andi, Zend Engine)
+- Fixed corruption problem when changing deeply nested values in objects.
+  (Andi & Zeev, Zend Engine)
+- Fixed closing
 - Improved array_multisort() to be able to specify sort type as well sort
   order. Incidentally, it can be used to sort multi-dimensional arrays
   as well. (Andrei)