From: Date: Wed, 23 Feb 2005 01:36:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_3~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5806375b50d54af304104159714470d42d3457e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 423809c7ab..52ff7ccb81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2005-02-22 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/mysql/php_mysql.c + ext/mysql/php_mysql.c: + MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if + mysql_list_fields() was not called previously). + + * ext/mysql/php_mysql.c: + Fixed bug #31288 (Possible crash in mysql_fetch_field(), if + mysql_list_fields() was not called previously). + +2005-02-22 Marcus Boerger + + * ZendEngine2/zend_objects_API.c: + - We cannot provide this fallback becuase it requires zend_object ptr's. + +2005-02-22 Jani Taskinen + + * (PHP_4_3) + main/SAPI.c + main/SAPI.c: + MFH: nuke unused variables when PCRE is not compiled statically into PHP + + * ZendEngine2/Zend.m4: + Fix cross-compile + + * ZendEngine2/acconfig.h: + Fix build (it was #ifNdef NETWARE..) + +2005-02-22 Marcus Boerger + + * ZendEngine2/zend_objects.c + ZendEngine2/zend_objects.h + ZendEngine2/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) + + * ZendEngine2/zend_objects_API.c: + - Force calling of dtors unless otherwise specified (fixes several + __destruct bugs) + +2005-02-22 Moriyoshi Koizumi + + * (PHP_4_3) + NEWS: + - MFH: fix bug #32063 (mb_convert_encoding ignores named entity 'alpha') + + * (PHP_5_0) + NEWS: + - One more entry to go. + + * (PHP_5_0) + NEWS: + - Reorder. + + * (PHP_5_0) + NEWS: + - MFH: fix bug #32063 (mb_convert_encoding() ignores named entity 'alpha') + +2005-02-22 Anantha Kesari H Y + + * ZendEngine2/zend.h: + NetWare can include autoconf generated config headers + + * ZendEngine2/acconfig.h: + NetWare can make use of the configure script generated header file. + + * TSRM/tsrm_config.nw.h: + NetWare can use Autoconf based build system. + +2005-02-22 Moriyoshi Koizumi + + * main/SAPI.c: + - Silly typo. + +2005-02-22 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/standard/dir.c + main/php_streams.h + main/streams/streams.c: + MFH: Fixed bug #31515 (Improve performance of scandir() by factor of 10 or + so). + + * ext/standard/dir.c + main/php_streams.h + main/streams/streams.c: + Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). + 2005-02-21 Jani Taskinen * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5ba3746d8f..520c8fda5a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,36 @@ +2005-02-22 Marcus Boerger + + * zend_objects_API.c: + - We cannot provide this fallback becuase it requires zend_object ptr's. + +2005-02-22 Jani Taskinen + + * Zend.m4: + Fix cross-compile + + * acconfig.h: + Fix build (it was #ifNdef NETWARE..) + +2005-02-22 Marcus Boerger + + * 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 + + * 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 * Makefile.am: