changelog Sun Feb 3 01:31:25 2008 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1231&r2=1.1232&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.1231 ZendEngine2/ChangeLog:1.1232 --- ZendEngine2/ChangeLog:1.1231 Sat Feb 2 01:31:39 2008 +++ ZendEngine2/ChangeLog Sun Feb 3 01:31:25 2008 @@ -1,3 +1,65 @@ +2008-02-02 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_3) + zend_API.c: + MFH: fix leak appearing when calling non-static protected or private + methods as static + + * zend_API.c: + fix leak appearing when calling non-static protected or private methods as + static + (error message is allocated twice) + +2008-02-02 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_3) + zend_API.c + zend_execute_API.c + zend_vm_def.h: + - MFH Add comment that explains why we need E_ERROR in those cases + + * zend_API.c + zend_execute_API.c + zend_vm_def.h: + -Add comment that explains wh we need E_ERROR in those cases + + * zend_API.c + zend_API.h + zend_execute_API.c + zend_vm_def.h: + - MFB static callable message mess + + * (PHP_5_3) + zend_API.c + tests/bug32290.phpt: + - Fix remaining issue (should be last one) + + * (PHP_5_3) + zend_API.c: + - Drop useless TODO, this would need to be fixed in a generic way + + * (PHP_5_3) + zend_API.c + zend_execute_API.c + zend_vm_def.h: + - Fix flag handling in message generation + +2008-02-02 Rasmus Lerdorf <[EMAIL PROTECTED]> + + * (PHP_5_3) + zend_API.c: + What's the [0] for here? Looks wrong and causes stuff to segv + + * (PHP_5_3) + tests/access_modifiers_003.phpt + tests/bug31720.phpt + tests/bug32290.phpt + tests/lsb_006.phpt + tests/lsb_007.phpt + tests/lsb_008.phpt + tests/lsb_009.phpt: + Fix more tests (some of these were not broken by the recent changes) + 2008-02-01 Rasmus Lerdorf <[EMAIL PROTECTED]> * (PHP_5_3) @@ -21081,7 +21143,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.1231 2008/02/02 01:31:39 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.1232 2008/02/03 01:31:25 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -22805,7 +22867,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.1231 2008/02/02 01:31:39 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.1232 2008/02/03 01:31:25 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>