From: Date: Fri, 5 Sep 2008 01:32:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11eb8ebbe76acd1c1fcfa0ec9a78023fc62b1740;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 274af4cd79..1612980c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2008-09-04 Stanislav Malyshev + + * (PHP_5_3) + ext/intl/tests/formatter_format.phpt + ext/intl/tests/formatter_format_currency.phpt + ext/intl/tests/formatter_get_locale.phpt + ext/intl/tests/formatter_get_set_pattern.phpt: + fix formatter tests for ICU 3.8 + +2008-09-04 Pierre-Alain Joye + + * (PHP_5_3) + TSRM/tsrm_virtual_cwd.c + ext/standard/tests/file/bug45985.phpt: + - MFH: #45985, touch on opened file raises a warning + + * ext/standard/tests/file/bug45985.phpt + ext/standard/tests/file/bug45985.phpt: + + - #45985, touch on opened file raises a warning + + * TSRM/tsrm_virtual_cwd.c: + - #45985, touch on opened file raises a warning + +2008-09-04 Stanislav Malyshev + + * (PHP_5_3) + ext/intl/tests/dateformat_format.phpt + ext/intl/tests/dateformat_format_parse.phpt: + fix tests + + * (PHP_5_3) + ext/intl/dateformat/dateformat_format.c + ext/intl/dateformat/dateformat_parse.c: + fix formatting/parsing + + * (PHP_5_3) + ext/intl/dateformat/dateformat.c + ext/intl/dateformat/dateformat_attr.c: + ws cleanup + 2008-09-03 Stanislav Malyshev * ext/pdo_oci/config.m4