summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-10-03 19:05:25 +0000
committerAndi Gutmans <andi@php.net>1999-10-03 19:05:25 +0000
commitf114050fc812b759e44b96fff9819b0c5eb97c93 (patch)
tree8d8a84153c209e937daaf4a0351aa396545538b1
parent8617cc60ad59697abd8700f74a38ec0dfef5f6ca (diff)
downloadphp-git-f114050fc812b759e44b96fff9819b0c5eb97c93.tar.gz
- Update changelog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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)