changelog               Sat May 31 01:31:53 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3062&r2=1.3063&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3062 php-src/ChangeLog:1.3063
--- php-src/ChangeLog:1.3062    Fri May 30 01:31:49 2008
+++ php-src/ChangeLog   Sat May 31 01:31:53 2008
@@ -1,3 +1,98 @@
+2008-05-30  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * ext/phar/phar.c
+      ext/phar/tests/zip/files/frontcontroller.phar.zip
+      ext/phar/tests/zip/files/frontcontroller10.phar.zip
+      ext/phar/tests/zip/files/frontcontroller11.phar.zip
+      ext/phar/tests/zip/files/frontcontroller12.phar.zip
+      ext/phar/tests/zip/files/frontcontroller2.phar.zip
+      ext/phar/tests/zip/files/frontcontroller3.phar.zip
+      ext/phar/tests/zip/files/frontcontroller4.phar.zip
+      ext/phar/tests/zip/files/frontcontroller5.phar.zip
+      ext/phar/tests/zip/files/frontcontroller6.phar.zip
+      ext/phar/tests/zip/files/frontcontroller7.phar.zip
+      ext/phar/tests/zip/files/frontcontroller8.phar.zip
+      ext/phar/tests/zip/files/frontcontroller9.phar.zip:
+      MFB: fix corrupted zips, fix postprocess for compressed zip file
+
+    * (PHP_5_3)
+      ext/phar/phar.c
+      ext/phar/tests/zip/files/frontcontroller.phar.zip
+      ext/phar/tests/zip/files/frontcontroller10.phar.zip
+      ext/phar/tests/zip/files/frontcontroller11.phar.zip
+      ext/phar/tests/zip/files/frontcontroller12.phar.zip
+      ext/phar/tests/zip/files/frontcontroller2.phar.zip
+      ext/phar/tests/zip/files/frontcontroller3.phar.zip
+      ext/phar/tests/zip/files/frontcontroller4.phar.zip
+      ext/phar/tests/zip/files/frontcontroller5.phar.zip
+      ext/phar/tests/zip/files/frontcontroller6.phar.zip
+      ext/phar/tests/zip/files/frontcontroller7.phar.zip
+      ext/phar/tests/zip/files/frontcontroller8.phar.zip
+      ext/phar/tests/zip/files/frontcontroller9.phar.zip:
+      fix corrupted zips, fix postprocess for compressed zip file
+
+    * ext/phar/dirstream.c
+      ext/phar/dirstream.h
+      ext/phar/phar.c
+      ext/phar/phar_internal.h
+      ext/phar/phar_object.c
+      ext/phar/stream.c
+      ext/phar/stream.h
+      ext/phar/tar.c
+      ext/phar/zip.c:
+      MFB: refactor function names for clarity.  No functionality change
+
+    * (PHP_5_3)
+      ext/phar/dirstream.c
+      ext/phar/dirstream.h
+      ext/phar/phar.c
+      ext/phar/phar_internal.h
+      ext/phar/phar_object.c
+      ext/phar/stream.c
+      ext/phar/stream.h
+      ext/phar/tar.c
+      ext/phar/zip.c:
+      refactor function names for clarity.  No functionality change
+
+2008-05-30  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/zip/config.m4
+      ext/zip/config.w32:
+      - not exported
+
+2008-05-30  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/standard/exec.c:
+      MFH Fixed bug #43261
+      (Use ^ as an escape character for Windows escapeshellcmd)
+
+    * ext/standard/exec.c:
+      Fixed bug #43261
+      (Use ^ as an escape character for Windows escapeshellcmd)
+
+2008-05-30  Matt Wilmas  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_hash.c:
+      Fixed memcmp() check with hash_quick_del (realKeyLength would be 0)
+
+    * (PHP_5_2)
+      ext/standard/array.c:
+      MFH: Only check args once in php_array_diff_key/intersect_key, not on 
each
+      iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
+
+    * (PHP_5_3)
+      ext/standard/array.c:
+      MFH: Only check args once in php_array_diff_key/intersect_key, not on 
each
+      iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
+      - Also, use new hash_quick_del function where possible
+
+    * ext/standard/array.c:
+      Only check args once in php_array_diff_key/intersect_key, not on each
+      iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
+      - Also, use new hash_quick_del function where possible
+
 2008-05-29  Greg Beaver  <[EMAIL PROTECTED]>
 
     * ext/phar/phar.c


Reply via email to