changelog Wed Aug 16 01:30:56 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.965&r2=1.966&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.965 ZendEngine2/ChangeLog:1.966 --- ZendEngine2/ChangeLog:1.965 Tue Aug 15 01:30:54 2006 +++ ZendEngine2/ChangeLog Wed Aug 16 01:30:56 2006 @@ -1,3 +1,28 @@ +2006-08-15 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_object_handlers.c: + apply correct fix for bug #38461 + + * zend_object_handlers.c: + apply more correct fix for bug #38461 + + * (PHP_5_2) + zend_object_handlers.c: + MFH: fix #38461 (setting private attribute with __set() produces segfault) + + * zend_object_handlers.c: + fix #38461 (setting private attribute with __set() produces segfault) + + * (PHP_5_2) + tests/bug38461.phpt: + add test + + * tests/bug38461.phpt + tests/bug38461.phpt: + + add test + 2006-08-14 Andrei Zmievski <[EMAIL PROTECTED]> * zend_builtin_functions.c: @@ -14949,7 +14974,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.965 2006/08/15 01:30:54 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.966 2006/08/16 01:30:56 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -16673,7 +16698,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.965 2006/08/15 01:30:54 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.966 2006/08/16 01:30:56 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>