changelog               Sun Feb 22 01:32:26 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3325&r2=1.3326&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3325 php-src/ChangeLog:1.3326
--- php-src/ChangeLog:1.3325    Sat Feb 21 01:32:35 2009
+++ php-src/ChangeLog   Sun Feb 22 01:32:24 2009
@@ -1,3 +1,38 @@
+2009-02-21  Greg Beaver  <g...@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  <felipe...@gmail.com>
 
     * (PHP_5_2)
@@ -30693,7 +30728,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3325 2009/02/21 01:32:35 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3326 2009/02/22 01:32:24 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to