summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-10-23 17:55:57 +0000
committerJani Taskinen <jani@php.net>2008-10-23 17:55:57 +0000
commitbaccc9b2e98277e7456b620b9b7714f22a553e78 (patch)
treed5e09bfbd3962f1ff01ca562d70165364575a009
parentc49953a8f6d6da58c806d203f8c99c56822285ac (diff)
downloadphp-git-baccc9b2e98277e7456b620b9b7714f22a553e78.tar.gz
- It is past, not command. Reorder.
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 10ff930b08..4c66063f01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Oct 2008, PHP 5.2.7RC2
+- Upgraded bundled libzip to 0.9.0. (Pierre)
+
+- 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)
+
- Fixed bug #46343 (IPv6 address filter accepts invalid address). (Ilia)
- Fixed bug #46335 (DOMText::splitText doesn't handle multibyte characters).
(Rob)
@@ -34,10 +40,6 @@ 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.