diff options
author | Andi Gutmans <andi@php.net> | 1999-10-03 19:05:25 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-10-03 19:05:25 +0000 |
commit | f114050fc812b759e44b96fff9819b0c5eb97c93 (patch) | |
tree | 8d8a84153c209e937daaf4a0351aa396545538b1 | |
parent | 8617cc60ad59697abd8700f74a38ec0dfef5f6ca (diff) | |
download | php-git-f114050fc812b759e44b96fff9819b0c5eb97c93.tar.gz |
- Update changelog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |