]> granicus.if.org Git - php/commitdiff
fix criminally unclear NEWS entry by me
authorGreg Beaver <cellog@php.net>
Sat, 13 Jun 2009 16:43:04 +0000 (16:43 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 13 Jun 2009 16:43:04 +0000 (16:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8ef25092e64b98330fe5c528413157bc8974e510..def69b4301abea0966b6065f1b868392301d1b9b 100644 (file)
--- 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)