From: Pierre Joye Date: Thu, 5 Feb 2009 19:53:43 +0000 (+0000) Subject: - zip fix entry X-Git-Tag: php-5.2.9RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34f117411e311a9f0e58e56758b85ae5c70b9d70;p=php - zip fix entry --- diff --git a/NEWS b/NEWS index f64436c641..aa32034846 100644 --- 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)