diff options
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | Zend/ChangeLog | 8 |
2 files changed, 49 insertions, 0 deletions
@@ -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 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 82272ea700..b610019bdb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -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: |