]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 1 Aug 2003 00:30:42 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Fri, 1 Aug 2003 00:30:42 +0000 (00:30 +0000)
Zend/ChangeLog

index 87395a22a36cd65abdf0cc620e93bf96c609cab5..c5b87de92f5d0a5c91ff5104c0b2ce9a52e28ce3 100644 (file)
@@ -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