summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-10-23 16:22:01 +0000
committerPierre Joye <pajoye@php.net>2008-10-23 16:22:01 +0000
commitc49953a8f6d6da58c806d203f8c99c56822285ac (patch)
tree0126eb25e85fb025b0aed4b528c8a2abeba8f566
parent08a1795767ee50d8ef8dfcbe6b701e4b420115e2 (diff)
downloadphp-git-c49953a8f6d6da58c806d203f8c99c56822285ac.tar.gz
- entries for zip changes
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41ec01b99b..10ff930b08 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ PHP NEWS
(Felipe)
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR). (Tony)
- Fixed bug #24679 (pg_* functions doesn't work using schema). (Felipe)
+- Fixed extraction of zip files or directories when the entry name is
+ a relative path. (Pierre)
+- Fixed read or write errors for large zip archives. (Pierre)
+- Update libzip to 0.9.0. (Pierre)
09 Oct 2008, PHP 5.2.7RC1
- Reverted fix for bug #44197 due to behaviour change in minor version.