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

index 954af72a95d77f0d610218a5f454b7d9502fe962..ddb066561d680889f5c5af9959d7207a3bff3e6a 100644 (file)
@@ -1,3 +1,51 @@
+2003-08-04  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_execute.c:
+      Fix ZTS
+
+    * zend_execute_API.c:
+      Nuke unused variables
+
+    * zend_reflection_api.c:
+      Add function/method parameter reflection
+
+2003-08-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_execute_API.c
+      tests/bug23104.phpt:
+      Fixed bug #23104 (hash position of static arrays not being reset)
+
+2003-08-04  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute_API.c:
+      oops. forgot function
+
+    * zend_execute_API.c:
+      fix crash #24842
+
+    * zend_compile.c:
+      fix leaks: bug #24831
+
+    * zend_execute.c:
+      use get_obj_zval_ptr
+
+    * tests/bug24884.phpt:
+      add test
+
+    * zend_execute.c:
+      Fix #24884 - clone $this
+
+2003-08-04  Zeev Suraski  <zeev@zend.com>
+
+    * zend_compile.c:
+      Simplify code using XOR
+
+    * zend.h:
+      Add logical XOR, proves to be quite useful lately
+
+    * zend_opcode.c:
+      This check shouldn't be necessary
+
 2003-08-03  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_opcode.c: