summaryrefslogtreecommitdiff
path: root/Zend/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2004-03-25 01:35:42 +0000
committer <changelog@php.net>2004-03-25 01:35:42 +0000
commite973875d9825734f315e2bc031c6376f14b7d5f3 (patch)
tree3b06b9c684d55ed58da52d8260953c4f56d2c411 /Zend/ChangeLog
parentcc0894b7886a90206a8a30a7662148962c9898a7 (diff)
downloadphp-git-e973875d9825734f315e2bc031c6376f14b7d5f3.tar.gz
ChangeLog update
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r--Zend/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 781da69a5e..d1cd4fc3aa 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,30 @@
+2004-03-24 Dmitry Stogov <dmitry@zend.com>
+
+ * zend.c
+ zend_execute_API.c
+ zend_globals.h:
+ New autoload protection schema was implemented (Using HashTable instead of
+ boolean flag)
+
+2004-03-24 Derick Rethans <php@derickrethans.nl>
+
+ * zend_operators.c:
+ - Revert bogus commit
+
+ * zend_operators.c:
+ - Fixed NEWS
+
+2004-03-24 Dmitry Stogov <dmitry@zend.com>
+
+ * tests/bug27641.phpt:
+ Fixed bug #27641 (Object cloning in ze1_compatibility_mode was
+ reimplemented)
+
+ * zend_execute.c
+ zend_variables.c:
+ Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was
+ reimplemented (Dmitry, Andi)
+
2004-03-22 Andi Gutmans <andi@zend.com>
* zend_compile.c: