From: Date: Sun, 22 Feb 2009 01:32:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=134a6735f629ce5cd85e8d21526fdbd9ca597651;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3832382205..25882792ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2009-02-21 Greg Beaver + + * ext/phar/tests/cache_list/files/write5.phar + ext/phar/tests/cache_list/files/write5.phar.inc + ext/phar/tests/cache_list/files/write6.phar + ext/phar/tests/cache_list/files/write6.phar.inc: + MFB: fix faulty logic in tests, needed to use ksort instead of asort and to + sort output. These tests failed on some systems with non-case sensitive + filesystem sorting + + * (PHP_5_3) + ext/phar/tests/cache_list/files/write5.phar + ext/phar/tests/cache_list/files/write5.phar.inc + ext/phar/tests/cache_list/files/write6.phar + ext/phar/tests/cache_list/files/write6.phar.inc: + fix faulty logic in tests, needed to use ksort instead of asort and to sort + output. These tests failed on some systems with non-case sensitive + filesystem sorting + + * ext/phar/phar_object.c: + MFB: cosmetics: remove two unreachable return statements, removes warning + in sun cc + + * (PHP_5_3) + ext/phar/phar_object.c: + cosmetics: remove two unreachable return statements, removes warning in sun + cc + + * ext/phar/zip.c: + MFB: cosmetics: fix warning (only affects suncc) + + * (PHP_5_3) + ext/phar/zip.c: + cosmetics: fix warning (only affects suncc) + 2009-02-20 Felipe Pena * (PHP_5_2)