From: Greg Beaver Date: Sat, 13 Jun 2009 16:43:04 +0000 (+0000) Subject: fix criminally unclear NEWS entry by me X-Git-Tag: php-5.3.0RC4~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df07072f7c11be202ecd9055a7526344f95b75d3;p=php fix criminally unclear NEWS entry by me --- diff --git a/NEWS b/NEWS index 8ef25092e6..def69b4301 100644 --- a/NEWS +++ b/NEWS @@ -35,8 +35,8 @@ PHP NEWS (Kanwaljeet Singla, Venkat Raman Don, Pierre) - Fixed bug #38802 (max_redirects and ignore_errors). (patch by datibbaw@php.net) -- Fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" - exists). (Greg) +- Fixed isset() on phar sub-directories (isset($phar["blah"]) if + file "blah/foo.php" exists in the phar archive). (Greg) - Fixed security vulnerability in phar's handling of long tar filenames. (Greg) - Fixed potential segfault with converting phars containing metadata to other formats. (Greg)