changelog Tue May 4 21:14:17 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1618&r2=1.1619&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1618 php-src/ChangeLog:1.1619 --- php-src/ChangeLog:1.1618 Mon May 3 20:35:07 2004 +++ php-src/ChangeLog Tue May 4 21:13:54 2004 @@ -1,3 +1,44 @@ +2004-05-04 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/interbase/ibase_query.c: + ibase_query(): Be careful not to return true on error conditions + +2004-05-04 Martin Jansen <[EMAIL PROTECTED]> + + * pear/CODING_STANDARDS: + - Providing the full URL to the coding standards. + 2004-05-03 Wez Furlong <[EMAIL PROTECTED]> * ext/com_dotnet/com_extension.c @@ -2787,7 +2828,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1618 2004/05/04 00:35:07 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1619 2004/05/05 01:13:54 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>