changelog               Fri May 16 01:31:54 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3047&r2=1.3048&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3047 php-src/ChangeLog:1.3048
--- php-src/ChangeLog:1.3047    Thu May 15 01:31:47 2008
+++ php-src/ChangeLog   Fri May 16 01:31:52 2008
@@ -1,3 +1,116 @@
+2008-05-15  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * ext/phar/phar_object.c
+      ext/phar/tar.c
+      ext/phar/tests/badparameters.phpt
+      ext/phar/tests/pharfileinfo_setmetadata.phpt
+      ext/phar/tests/tar/all.phpt:
+      MFB: add full metadata support for tar-based archives and test
+
+    * ext/phar/tests/tar/all.phpt
+      ext/phar/tests/tar/all.phpt:
+      
+      file all.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ext/phar/phar_object.c
+      ext/phar/tar.c
+      ext/phar/tests/badparameters.phpt
+      ext/phar/tests/pharfileinfo_setmetadata.phpt:
+      add full metadata support for tar-based archives and test
+
+2008-05-15  Etienne Kneuss  <[EMAIL PROTECTED]>
+
+    * ext/spl/spl_directory.c:
+      Replace the iterator correctly after being cloned (related to #44964)
+
+    * ext/spl/spl_heap.c
+      ext/spl/tests/pqueue_001.phpt:
+      Implement SplPriorityQueue::getExtractFlags()
+
+2008-05-15  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * ext/phar/dirstream.c
+      ext/phar/phar_internal.h
+      ext/phar/phar_object.c
+      ext/phar/stream.c
+      ext/phar/util.c
+      ext/phar/tests/030.phpt
+      ext/phar/tests/addfuncs.phpt
+      ext/phar/tests/mkdir.phpt
+      ext/phar/tests/mounteddir.phpt
+      ext/phar/tests/phar_buildfromiterator4.phpt
+      ext/phar/tests/phar_copy.phpt
+      ext/phar/tests/phar_extract2.phpt
+      ext/phar/tests/phar_offset_check.phpt
+      ext/phar/tests/phar_offset_get_error.phpt
+      ext/phar/tests/zf_test.phpt
+      ext/phar/tests/tar/dir.phpt
+      ext/phar/tests/tar/tar_003.phpt:
+      MFB: plug security hole of unfettered creation access to .phar magic
+      directory
+
+    * (PHP_5_3)
+      ext/phar/dirstream.c
+      ext/phar/phar_internal.h
+      ext/phar/phar_object.c
+      ext/phar/stream.c
+      ext/phar/util.c
+      ext/phar/tests/030.phpt
+      ext/phar/tests/addfuncs.phpt
+      ext/phar/tests/mkdir.phpt
+      ext/phar/tests/mounteddir.phpt
+      ext/phar/tests/phar_buildfromiterator4.phpt
+      ext/phar/tests/phar_copy.phpt
+      ext/phar/tests/phar_extract2.phpt
+      ext/phar/tests/phar_offset_check.phpt
+      ext/phar/tests/phar_offset_get_error.phpt
+      ext/phar/tests/zf_test.phpt
+      ext/phar/tests/tar/dir.phpt
+      ext/phar/tests/tar/tar_003.phpt:
+      fix potentially major security hole: modification/creation of files in
+      .phar directory enabled in many locations
+      which then allows easy creation of tar/zip-based phar archives with a
+      simple rename even when phar.readonly=1.  Plug the hole very tightly,
+      allowing read access to
+      files, and also excluding them from opendir() output
+
+    * (PHP_5_3)
+      ext/phar/tests/phar_extract2.phpt:
+      make test OS-agnostic
+
+2008-05-15  Zoe Slattery  <[EMAIL PROTECTED]>
+
+    * ext/dom/tests/DOMDocument_createAttribute_basic.phpt
+      ext/dom/tests/DOMDocument_createAttribute_error.phpt
+      ext/dom/tests/DOMDocument_createAttribute_error1.phpt
+      ext/dom/tests/DOMDocument_createAttribute_variation.phpt:
+      Tests from Testfest 2008
+
+2008-05-15  Steph Fox  <[EMAIL PROTECTED]>
+
+    * ext/phar/tests/phar_extract2.phpt
+      ext/phar/tests/phar_extract2.phpt
+      ext/phar/tests/phar_offset_check.phpt
+      ext/phar/tests/phar_offset_check.phpt
+      ext/phar/tests/tar/phar_convert_phar3.phpt:
+      
+      file phar_extract2.phpt was initially added on branch PHP_5_3.
+
+2008-05-15  Zoe Slattery  <[EMAIL PROTECTED]>
+
+    * ext/dom/DOMDocument_createAttribute_basic.phpt
+      ext/dom/DOMDocument_createAttribute_basic.phpt
+      ext/dom/DOMDocument_createAttribute_error.phpt
+      ext/dom/DOMDocument_createAttribute_error.phpt
+      ext/dom/DOMDocument_createAttribute_error1.phpt
+      ext/dom/DOMDocument_createAttribute_error1.phpt
+      ext/dom/DOMDocument_createAttribute_variation.phpt
+      ext/dom/DOMDocument_createAttribute_variation.phpt:
+      
+      file DOMDocument_createAttribute_basic.phpt was initially added on branch
+      PHP_5_3.
+
 2008-05-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)


Reply via email to