From: Date: Mon, 2 Mar 2009 01:32:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0846be13982a11e6bde66632009614b54ab93e56;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1f57cca21e..b15a9eba7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2009-03-01 Antony Dovgal + + * ext/date/tests/gmstrftime_variation18.phpt + ext/date/tests/gmstrftime_variation18.phpt + ext/date/tests/strftime_variation18.phpt + ext/date/tests/strftime_variation18.phpt: + fix tests + +2009-03-01 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/filter/logical_filters.c: + + MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6 + addresses in the filter extension) + + * (PHP_5_2) + NEWS + ext/zip/php_zip.c: + MFB: Fixed 2 memory corruptions in zip extension idenfied by + oo_properties.phpt test + +2009-03-01 Greg Beaver + + * ext/phar/config.w32: + re-disable phar in HEAD on windows + + * ext/phar/tests/phar_get_supported_signatures_002.phpt: + MFB: revert removal of openssl check, was confusion on my part + + * (PHP_5_3) + ext/phar/tests/phar_get_supported_signatures_002.phpt: + revert removal of openssl check, was confusion on my part + + * ext/phar/tests/phar_gzip.phpt + ext/phar/tests/zip/phar_stub.phpt: + MFB: add safeguard check for timestamp modification to phar_stub.phpt and + phar_gzip.phpt + + * (PHP_5_3) + ext/phar/tests/phar_gzip.phpt + ext/phar/tests/zip/phar_stub.phpt: + add safeguard check for timestamp modification to phar_stub.phpt and + phar_gzip.phpt + + * ext/phar/config.w32: + MFB: fix hash support on windows in ext/phar (Kalle) + + * (PHP_5_3) + ext/phar/config.w32: + fix hash support on windows in ext/phar (Kalle) + + * ext/phar/tests/files/blog.phar + ext/phar/tests/files/blog.phar.inc: + MFB: fix blog.phar for front.phar.phpt test + + * (PHP_5_3) + ext/phar/tests/files/blog.phar + ext/phar/tests/files/blog.phar.inc: + fix blog.phar for front.phar.phpt test + + * ext/phar/zip.c: + MFB: fix swapping of time/date in timestamp saving for zip, which can cause + crash on windows + + * (PHP_5_3) + NEWS + ext/phar/zip.c: + update NEWS with phar enabling, fix swapping of time/date in timestamp + saving for zip, which can cause crash on windows + + * ext/phar/tests/front.phar.phpt + ext/phar/tests/phar_get_supported_signatures_002.phpt: + MFB: fix SKIPIF, EXPECT in 2 tests + + * (PHP_5_3) + ext/phar/tests/front.phar.phpt + ext/phar/tests/phar_get_supported_signatures_002.phpt: + fix SKIPIF, EXPECT in 2 tests + 2009-02-27 George Wang * (PHP_5_3)