]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 21 Jul 2003 00:30:29 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Mon, 21 Jul 2003 00:30:29 +0000 (00:30 +0000)
Zend/ChangeLog

index f77ba89812f2d9e8f9bffd2a3d308db33b85c79c..fbd61ba83f52ad4a9d64928c15e686dcc18da3a9 100644 (file)
@@ -1,3 +1,47 @@
+2003-07-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_execute.c:
+      Bugfix #24729  = new ; causes crash when  is not set
+
+2003-07-20  George Schlossnagle  <george@omniti.com>
+
+    * zend_reflection_api.c:
+      should nt here
+
+2003-07-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      Fix warnings and whitespace in output
+
+    * zend_reflection_api.c:
+      Add support for instances in Reflection_Class.
+
+2003-07-20  George Schlossnagle  <george@omniti.com>
+
+    * zend_reflection_api.c:
+      removed references to smart_str, replaced with private string management
+      function.  When snprintf is integrated into the engine, string_printf
+      should be altered to use that.
+
+2003-07-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_objects_API.c:
+      More informative errors here and these are real core errors
+
+    * zend_execute.c:
+      Fix uncloneable objetcs
+
+2003-07-20  George Schlossnagle  <george@omniti.com>
+
+    * zend_reflection_api.c:
+      more of Timm's implementation.
+
+2003-07-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_hash.c
+      zend_hash.h:
+      Make it a macro
+
 2003-07-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_hash.c: