]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 22 Feb 2009 01:32:24 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sun, 22 Feb 2009 01:32:24 +0000 (01:32 +0000)
ChangeLog

index 3832382205de9327c391e30c750d1cfc9b721649..25882792ea1016591abf52ff503527b7129e9c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+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)