]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 5 May 2004 01:16:24 +0000 (01:16 +0000)
committer <changelog@php.net> <>
Wed, 5 May 2004 01:16:24 +0000 (01:16 +0000)
ChangeLog
Zend/ChangeLog

index 396ce6e769f5767ca64ad516d69c0827d7c4cc1d..194754dc9590b0affb9f68993586c0ec16375a9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2004-05-04  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * NEWS:
+      news
+
+    * ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_saproxy.c
+      ext/simplexml/simplexml.c
+      ext/standard/array.c:
+      Update for count_elements handler for overloaded objects.
+
+    * ZendEngine2/zend_iterators.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_objects_API.c:
+      Add count_elements handler for overloaded objects.
+
+    * sapi/activescript/php5as_scriptengine.h:
+      Just in case this header isn't present on the snaps machine.
+
+    * sapi/activescript/README
+      sapi/activescript/classfactory.cpp
+      sapi/activescript/php5activescript.c
+      sapi/activescript/php5as_classfactory.h
+      sapi/activescript/php5as_scriptengine.h
+      sapi/activescript/scriptengine.cpp:
+      Improve stability.
+      Give it a new CLSID and change the engine name to ActivePHP5.
+      Globals registered by the scripting host are now auto-globals and don't
+      need to be declared global when accessed from within functions.
+
+2004-05-04  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/interbase/ibase_query.c:
+      ibase_query(): Be careful not to return true on error conditions
+
+2004-05-04  Martin Jansen  <mail@martin-jansen.de>
+
+    * pear/CODING_STANDARDS:
+      - Providing the full URL to the coding standards.
+
 2004-05-03  Wez Furlong  <wez.php@thebrainroom.net>
 
     * ext/com_dotnet/com_extension.c
index 82272ea70034b7d69f755195424362e759386a74..b610019bdbc9e0fa7583fdc4701e5bdd6229b3c8 100644 (file)
@@ -1,3 +1,11 @@
+2004-05-04  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * zend_iterators.c
+      zend_object_handlers.c
+      zend_object_handlers.h
+      zend_objects_API.c:
+      Add count_elements handler for overloaded objects.
+
 2004-05-02  Andi Gutmans  <andi@zend.com>
 
     * zend_operators.c: