From: Andi Gutmans Date: Sun, 3 Oct 1999 19:05:25 +0000 (+0000) Subject: - Update changelog X-Git-Tag: php-4.0b3_RC2~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f114050fc812b759e44b96fff9819b0c5eb97c93;p=php - Update changelog --- diff --git a/ChangeLog b/ChangeLog index a5b1444c58..a99164d6af 100644 --- 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)