changelog Fri Oct 7 01:40:24 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.783&r2=1.784&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.783 ZendEngine2/ChangeLog:1.784 --- ZendEngine2/ChangeLog:1.783 Thu Oct 6 01:34:43 2005 +++ ZendEngine2/ChangeLog Fri Oct 7 01:40:21 2005 @@ -1,3 +1,33 @@ +2005-10-06 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_1) + zend_reflection_api.c: + - MFH ReflectionClass::isInstantiable and abstract classes + + * zend_object_handlers.c: + - BC: php objects convert to int/double 1 with notice + + * tests/bug32322.phpt: + - Show the test finishes/dos2unix + + * tests/bug28444.phpt + tests/bug30791.phpt + tests/bug32290.phpt + tests/bug32290.phpt: + - Fix test + + * tests/bug26166.phpt: + - Fix test + - Convert to unicode + + * zend_object_handlers.c: + - Any php object converts to boolean as true + +2005-10-06 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_API.c: + Cleanup + 2005-10-05 Marcus Boerger <[EMAIL PROTECTED]> * zend.c @@ -10588,7 +10618,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.783 2005/10/06 05:34:43 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.784 2005/10/07 05:40:21 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -12312,7 +12342,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.783 2005/10/06 05:34:43 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.784 2005/10/07 05:40:21 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>