From: Marcus Boerger Date: Thu, 7 Sep 2006 21:17:13 +0000 (+0000) Subject: - Fix tiny mistake X-Git-Tag: php-5.2.0RC4~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e563e9215dfaed8fd2b2af35bef8734cbaebd30;p=php - Fix tiny mistake --- diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 574079832a..6b90b926ec 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -41,7 +41,7 @@ PHP 5.2 Update info or NEWS explained Under windows this can mean a very rare change of behavior. If you are using NTFS filesystem and making use of meta streams in your application this does - no longer work for a file with the name 'data' accessed without any path. IF + no longer work for a file with the name 'data:' accessed without any path. If you need to do so you have to prefix the filename with the "file:" protocol. For the functionality itself look here http://www.faqs.org/rfcs/rfc2397.html.