From cdabbb1678a508bf1595e8f862e78264fbfd9bdd Mon Sep 17 00:00:00 2001 From: Date: Fri, 8 Jun 2007 01:31:12 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 ++++++++ 2 files changed, 90 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c127da303..4adf732923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2007-06-07 Ilia Alshanetsky + + * ext/date/php_date.c: + + MFB: Final shot at the date issue + + * (PHP_5_2) + ext/date/php_date.c: + + Final shot at the date issue + +2007-06-07 Pierre-Alain Joye + + * (PHP_5_2) + ext/gd/libgd/gd_gif_in.c: + - #41630, fix segfault when an invalid color index is present in the image + data + +2007-06-07 Antony Dovgal + + * (PHP_4_4) + ext/mysql/php_mysql.c + ext/mysql/php_mysql.c: + MFH: reset active_result_id when fetching persistent connection + patch by Peter Christensen + + * ext/mysql/php_mysql.c: + reset active_result_id when fetching persistent connection + patch by Peter Christensen + + * ext/calendar/easter.c + ext/pdo_sqlite/sqlite/src/date.c + ext/sqlite/libsqlite/src/date.c + ext/standard/info.c + ext/xmlrpc/libxmlrpc/xmlrpc.c: + php_localtime_r() checks + + * ext/ftp/ftp.c + ext/interbase/ibase_query.c + ext/session/session.c + ext/standard/datetime.c + ext/standard/ftp_fopen_wrapper.c: + php_gmtime_r() fixes + + * ext/calendar/cal_unix.c + ext/date/php_date.c + ext/mime_magic/mime_magic.c + main/main.c: + check return value of *time_r() functions for NULL + more checks will follow + + * (PHP_5_2) + ext/calendar/cal_unix.c + ext/date/php_date.c + ext/mime_magic/mime_magic.c + main/main.c: + MFH: check return value of *time_r() functions for NULL + + * (PHP_5_2) + ZendEngine2/zend_constants.c + ZendEngine2/tests/class_constants_001.phpt + ZendEngine2/tests/class_constants_002.phpt + ZendEngine2/tests/class_constants_003.phpt: + MFH: change E_NOTICE to E_ERROR when using a class constant from + non-existent class + (noticed by Jani) + add tests + +2007-06-07 Ilia Alshanetsky + + * ext/date/php_date.c: + + Fixed typo + + * (PHP_5_2) + ext/date/php_date.c: + Fixed typo + 2007-06-06 Ilia Alshanetsky * ext/date/php_date.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0f48301551..612725a2a8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2007-06-07 Antony Dovgal + + * (PHP_5_2) + zend_constants.c + tests/class_constants_001.phpt + tests/class_constants_002.phpt + tests/class_constants_003.phpt: + MFH: change E_NOTICE to E_ERROR when using a class constant from + non-existent class + (noticed by Jani) + add tests + 2007-06-06 Antony Dovgal * (PHP_5_2) -- 2.40.0