]> granicus.if.org Git - php/commitdiff
- Update changelog
authorAndi Gutmans <andi@php.net>
Sun, 3 Oct 1999 19:05:25 +0000 (19:05 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 3 Oct 1999 19:05:25 +0000 (19:05 +0000)
ChangeLog

index a5b1444c587b23a8fb70555292d597612f1897d8..a99164d6af1ff0e565d239839aced4014b639946 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG                                                    ChangeLog
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? 1999, Version 4.0 Beta 3
+- Updated Zend garbage collection with a much more thorough method.
+  (Andi, Zend library)
 - Added the ability to use variable references in the array() construct.
   For example, array("foo" => &$foo). (Andi, Zend library)
 - Added array_reverse() function (Andrei)