changelog Fri Jun 8 01:31:09 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2712&r2=1.2713&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2712 php-src/ChangeLog:1.2713 --- php-src/ChangeLog:1.2712 Thu Jun 7 01:31:12 2007 +++ php-src/ChangeLog Fri Jun 8 01:31:08 2007 @@ -1,3 +1,81 @@ +2007-06-07 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/date/php_date.c: + + Fixed typo + + * (PHP_5_2) + ext/date/php_date.c: + Fixed typo + 2007-06-06 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/date/php_date.c: