From b3468e257be35d0ea29db70b4f00b508cb86b3e7 Mon Sep 17 00:00:00 2001 From: Date: Wed, 8 Jul 2009 01:34:26 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 183 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 11 +++ 2 files changed, 194 insertions(+) diff --git a/ChangeLog b/ChangeLog index 29938cc3be..41532b45d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,186 @@ +2009-07-07 David Soria Parra + + * (PHP_5_2) + run-tests.php + run-tests.php: + MFH: Reset TZ environment variable. Some tests assume that it's not set. + + * run-tests.php: + Reset TZ environment variable. Some tests assume that it's not set. + +2009-07-07 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - #46682 + + * ext/standard/tests/file/touch_basic-win32.phpt: + - MF53: touch() atime field returns different value + + * (PHP_5_3) + ext/standard/tests/file/touch_basic-win32.phpt: + - #46882, touch() atime field returns different value + + * ext/standard/tests/file/mkdir_variation5-win32.phpt: + - fixed, remove XFAIL + + * (PHP_5_3) + ext/standard/tests/file/mkdir_variation5-win32.phpt: + - fixed, remove xfail + + * ext/standard/tests/file/touch_variation5-win32.phpt + ext/standard/tests/file/touch_variation6-win32.phpt: + - sync with 5.3 + + * (PHP_5_3) + ext/standard/tests/file/touch_variation5-win32.phpt + ext/standard/tests/file/touch_variation6-win32.phpt: + - fix tests, 5.3 supports these things now on windows. Also shorter tests + would be REALLY nice (or use iteration numbering) + +2009-07-07 Stanislav Malyshev + + * (PHP_5_3) + ext/intl/intl_error.c + ext/intl/php_intl.c + ext/intl/php_intl.h: + merge errors support + +2009-07-07 Jani Taskinen + + * (PHP_5_2) + NEWS + main/main.c: + MFH:- Fixed bug #48247 (Infinite loop and possible crash during startup + with errors) + + * (PHP_5_3) + NEWS + main/main.c + main/main.c: + - Fixed bug #48247 (Infinite loop and possible crash during startup with + errors) + +2009-07-07 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - #48116 + + * (PHP_5_2) + ext/openssl/openssl.c: + - MF53: #48116, fix build with openssl 1.0 + +2009-07-07 Jani Taskinen + + * (PHP_5_2) + NEWS: + F*ckin bom + + * (PHP_5_3) + NEWS: + Check your editors, this is ascii only file! + +2009-07-07 David Soria Parra + + * (PHP_5_3) + ZendEngine2/tests/024.phpt: + MFH: Adjust tests. The order in which notices appear is platform dependend + as the function call ordering in parameter lists is not defined in C. + + * ZendEngine2/tests/024.phpt: + Adjust tests. The order in which notices appear is platform dependend as + the function call ordering in parameter lists is not defined in C. + +2009-07-07 Ulf Wendel + + * (PHP_5_3) + ext/mysql/tests/mysql_affected_rows.phpt + ext/mysql/tests/mysql_field_flags.phpt + ext/mysql/tests/mysql_info.phpt + ext/mysql/tests/mysql_query.phpt + ext/mysql/tests/mysql_unbuffered_query.phpt + ext/mysql/tests/table.inc: + MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well. + + * ext/mysql/tests/connect.inc + ext/mysql/tests/mysql_affected_rows.phpt + ext/mysql/tests/mysql_field_flags.phpt + ext/mysql/tests/mysql_info.phpt + ext/mysql/tests/mysql_query.phpt + ext/mysql/tests/mysql_unbuffered_query.phpt + ext/mysql/tests/skipif.inc + ext/mysql/tests/table.inc: + Fixing tests to run with SQL_MODE=ANSI_QUOTES as well. + +2009-07-07 Pierre-Alain Joye + + * (PHP_5_2) + NEWS + NEWS: + - #45905 + + * ext/gd/libgd/gd.c + ext/gd/libgd/gd.c: + - WS + + * ext/gd/libgd/gd.c + ext/gd/libgd/gd.c: + - MF53: #45905, imagefilledrectangle() clipping error + + * (PHP_5_3) + ext/gd/libgd/gd.c: + - #45905, imagefilledrectangle() clipping error + +2009-07-07 Felipe Pena + + * ext/mbstring/tests/mb_convert_kana.phpt + ext/mbstring/tests/mb_convert_kana.phpt + ext/mbstring/tests/mb_decode_numericentity.phpt + ext/mbstring/tests/mb_decode_numericentity.phpt + ext/mbstring/tests/mb_encode_numericentity.phpt + ext/mbstring/tests/mb_encode_numericentity.phpt + ext/mbstring/tests/mb_ereg3.phpt + ext/mbstring/tests/mb_ereg3.phpt + ext/mbstring/tests/mb_ereg4.phpt + ext/mbstring/tests/mb_ereg4.phpt + ext/mbstring/tests/mb_ereg_search.phpt + ext/mbstring/tests/mb_ereg_search.phpt + ext/mbstring/tests/mb_ereg_search_pos.phpt + ext/mbstring/tests/mb_ereg_search_pos.phpt + ext/mbstring/tests/mb_ereg_search_regs.phpt + ext/mbstring/tests/mb_ereg_search_regs.phpt + ext/mbstring/tests/mb_eregi.phpt + ext/mbstring/tests/mb_eregi.phpt + ext/mbstring/tests/mb_eregi_invalid_arguments.phpt + ext/mbstring/tests/mb_eregi_invalid_arguments.phpt + ext/mbstring/tests/mb_eregi_replace.phpt + ext/mbstring/tests/mb_eregi_replace.phpt: + + - New tests (WurzbrugUG testfest) + +2009-07-07 Ilia Alshanetsky + + * ext/filter/logical_filters.c + ext/filter/logical_filters.c + ext/filter/tests/016.phpt + ext/filter/tests/016.phpt: + + MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail + syntaxes) + + * (PHP_5_2) + ext/filter/logical_filters.c + ext/filter/tests/016.phpt: + + Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail + syntaxes) + +2009-07-07 Felipe Pena + + * TSRM/tsrm_virtual_cwd.c: + - Fixed compiler warning + 2009-07-06 Pierre-Alain Joye * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5b16bf9e20..1b60b3b3de 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2009-07-07 David Soria Parra + + * (PHP_5_3) + tests/024.phpt: + MFH: Adjust tests. The order in which notices appear is platform dependend + as the function call ordering in parameter lists is not defined in C. + + * tests/024.phpt: + Adjust tests. The order in which notices appear is platform dependend as + the function call ordering in parameter lists is not defined in C. + 2009-07-06 andy wharmby * tests/019.phpt -- 2.40.0