summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-08-01 00:30:42 +0000
committer <changelog@php.net>2003-08-01 00:30:42 +0000
commit6e49dd99c8a39212777d8fe1cb01d5f1953f1f13 (patch)
tree798e06d0d430c06b0bf45ee06eafc17948d54b54
parent2fb97cdf951eddd1f6376ba5a42a101e2728b298 (diff)
downloadphp-git-6e49dd99c8a39212777d8fe1cb01d5f1953f1f13.tar.gz
ChangeLog update
-rw-r--r--Zend/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 87395a22a3..c5b87de92f 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,20 @@
+2003-07-31 Zeev Suraski <zeev@zend.com>
+
+ * zend_API.c:
+ Use instanceof_function()
+
+ * zend_compile.c
+ zend_execute.c:
+ Finish the array overloading patch
+
+ * zend_execute.c:
+ Cleanup
+
+2003-07-31 Andi Gutmans <andi@zend.com>
+
+ * zend_hash.c:
+ - Fix logic. It was the wrong way around.
+
2003-07-30 Andi Gutmans <andi@zend.com>
* zend_execute.c