From 0850f319acf3c94a4c4c1b7bce35194cca4c5de5 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 26 Apr 2009 11:48:23 +0000 Subject: [PATCH] - Remove version info (its already in the changelog) - Add a note that these constants do exist since 5.2.7 (but dont do anything) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279391 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/reference/filesystem/functions/file.xml b/reference/filesystem/functions/file.xml index 20dbdc5e14..e082df1f4a 100644 --- a/reference/filesystem/functions/file.xml +++ b/reference/filesystem/functions/file.xml @@ -1,5 +1,5 @@ - + file @@ -84,8 +84,7 @@ The content is returned in UTF-8 encoding. You can specify a different encoding by creating a custom context. This flag cannot be used with - FILE_BINARY. This flag is only available since - PHP 6. + FILE_BINARY. @@ -96,8 +95,7 @@ The content is read as binary data. This is the default setting - and cannot be used with FILE_TEXT. This flag is - only available since PHP 6. + and cannot be used with FILE_TEXT. @@ -156,6 +154,12 @@ Added support for the FILE_TEXT and FILE_BINARY flags. + + + For forward compatibility, these constants are + available as of PHP 5.2.7 + +