]> granicus.if.org Git - php/commitdiff
- zip fix entry
authorPierre Joye <pajoye@php.net>
Thu, 5 Feb 2009 19:53:43 +0000 (19:53 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 5 Feb 2009 19:53:43 +0000 (19:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f64436c641d21ea531ed38dbb9f6fde9c31d032f..aa3203484680a359d6a57a63a972e75fffd4df21 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP                                                                        NEWS
 - Added optional sorting type flag parameter to array_unique(). Default is
   SORT_REGULAR. (Andrei)
 
+- Fixed a crash on extract in zip when files or directories entry names contain 
+  a relative path. (Pierre)
 - Fixed error conditions handling in stream_filter_append(). (Arnaud)
 - Fixed zip filename property read. (Pierre)
 - Fixed explode() behavior with empty string to respect negative limit. (Shire)