From dd3930696e885828da4c0214b0844fd25594b92f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 26 Apr 2009 11:48:55 +0000 Subject: [PATCH] Mention that these only exist for fc, don't actually do anything until 6 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279392 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/constants.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/reference/filesystem/constants.xml b/reference/filesystem/constants.xml index e2ab163b38..8e20c18b75 100644 --- a/reference/filesystem/constants.xml +++ b/reference/filesystem/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants; @@ -187,9 +187,15 @@ (integer) - + Binary mode (since PHP 5.2.7). - + + + This constant has no effect prior to PHP 6. It is only available for + forward compatibility. + + + @@ -199,9 +205,15 @@ (integer) - + Text mode (since PHP 5.2.7). - + + + This constant has no effect prior to PHP 6. It is only available for + forward compatibility. + + +