changelog Tue Oct 4 01:38:48 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.781&r2=1.782&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.781 ZendEngine2/ChangeLog:1.782 --- ZendEngine2/ChangeLog:1.781 Mon Oct 3 01:36:27 2005 +++ ZendEngine2/ChangeLog Tue Oct 4 01:38:47 2005 @@ -1,3 +1,50 @@ +2005-10-03 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_execute.h: + - In a conditional statement "a ? b ? c", a and b MUST have the same type + + * zend_API.c: + - Fix ZTS Build + + * zend_interfaces.c: + - Allow uncached global functions too + + * zend_API.h: + - Add propper casting + + * zend_reflection_api.c + zend_reflection_api.h: + - Make reflection class pointers available for others + +2005-10-03 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_0) + zend_execute.c: + Fixed memory leak + + * tests/bug34678.phpt + tests/bug34678.phpt + tests/bug34678.phpt: + 1.1.4; + Fixed bug #34678 (__call(), is_callable() and static methods) + + * zend_API.c + zend_API.c + zend_API.c + tests/bug34678.phpt + tests/bug34678.phpt: + Fixed bug #34678 (__call(), is_callable() and static methods) + + * tests/bug34358.phpt + tests/bug34358.phpt: + + Fixed bug #34358 (Fatal error: Cannot re-assign $this) + + * zend_compile.c + zend_compile.c + tests/bug34358.phpt: + Fixed bug #34358 (Fatal error: Cannot re-assign $this) + 2005-10-02 Andrei Zmievski <[EMAIL PROTECTED]> * zend_operators.h: @@ -10527,7 +10574,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.781 2005/10/03 05:36:27 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.782 2005/10/04 05:38:47 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -12251,7 +12298,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.781 2005/10/03 05:36:27 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.782 2005/10/04 05:38:47 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>