pajoye          Sun, 19 Jul 2009 17:02:03 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284380
     http://bugs.php.net/49763

Changed paths:
        U   php/php-src/branches/PHP_5_2/NEWS
        U   php/php-src/branches/PHP_5_3/NEWS

Log:
- #49763 entry (and test commit in multiple branches :)

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-07-19 16:31:43 UTC (rev 284379)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-07-19 17:02:03 UTC (rev 284380)
@@ -8,6 +8,8 @@
   (naf at altlinux dot ru, Felipe)
 - Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked
   directories). (Ilia)
+- Fixed bug #48763 (ZipArchive produces corrupt archive). (dani dot church at
+  gmail dot com, Pierre)
 - Fixed bug #48762 (IPv6 address filter still rejects valid address). (Felipe)
 - Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns on
   files that have been opened with r+). (Ilia)

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-07-19 16:31:43 UTC (rev 284379)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-07-19 17:02:03 UTC (rev 284380)
@@ -17,6 +17,8 @@
   directories). (Ilia)
 - Fixed bug #48771 (rename() between volumes fails and reports no error on
   Windows). (Pierre)
+- Fixed bug #48763 (ZipArchive produces corrupt archive). (dani dot church at
+  gmail dot com, Pierre)
 - Fixed bug #48757 (ReflectionFunction::invoke() parameter issues). (Kalle)
 - Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns on
   files that have been opened with r+). (Ilia)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to