changelog Tue Feb 22 20:36:06 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.643&r2=1.644&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.643 ZendEngine2/ChangeLog:1.644 --- ZendEngine2/ChangeLog:1.643 Mon Feb 21 20:36:03 2005 +++ ZendEngine2/ChangeLog Tue Feb 22 20:36:05 2005 @@ -1,3 +1,36 @@ +2005-02-22 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_objects_API.c: + - We cannot provide this fallback becuase it requires zend_object ptr's. + +2005-02-22 Jani Taskinen <[EMAIL PROTECTED]> + + * Zend.m4: + Fix cross-compile + + * acconfig.h: + Fix build (it was #ifNdef NETWARE..) + +2005-02-22 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_objects.c + zend_objects.h + zend_objects_API.h: + - Fix signatures they are all meant to be able to deal with any type in any + object storage (though we are still missing several parts) + + * zend_objects_API.c: + - Force calling of dtors unless otherwise specified (fixes several + __destruct bugs) + +2005-02-22 Anantha Kesari H Y <[EMAIL PROTECTED]> + + * zend.h: + NetWare can include autoconf generated config headers + + * acconfig.h: + NetWare can make use of the configure script generated header file. + 2005-02-21 Moriyoshi Koizumi <[EMAIL PROTECTED]> * Makefile.am: @@ -7104,7 +7137,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.643 2005/02/22 01:36:03 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.644 2005/02/23 01:36:05 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -8828,7 +8861,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.643 2005/02/22 01:36:03 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.644 2005/02/23 01:36:05 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>