cellog          Sat Jun 13 16:43:05 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  fix criminally unclear NEWS entry by me
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.624&r2=1.2027.2.547.2.965.2.625&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.624 
php-src/NEWS:1.2027.2.547.2.965.2.625
--- php-src/NEWS:1.2027.2.547.2.965.2.624       Fri Jun 12 01:05:25 2009
+++ php-src/NEWS        Sat Jun 13 16:43:04 2009
@@ -35,8 +35,8 @@
   (Kanwaljeet Singla, Venkat Raman Don, Pierre)
 - Fixed bug #38802 (max_redirects and ignore_errors).
   (patch by datib...@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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to