+2009-02-21 Greg Beaver <greg@chiaraquartet.net>
+
+ * 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 <felipensp@gmail.com>
* (PHP_5_2)