From be53312722f31f731be95a3e12edb43c88e64d8a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 26 Sep 2002 14:32:51 +0000 Subject: [PATCH] More 4.3 updates. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97011 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 11 ++++++----- reference/filesystem/reference.xml | 7 ++++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index b0a51db7fb..3725d86db7 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -194,10 +194,11 @@ include_path = ".;c:\php\lib" - On Windows, the following functions do not support remote file - accesing: include, - include_once, require and - require_once. + On Windows versions prior to PHP 4.3, the following functions do not + support remote file accesing: include, + include_once, require, + require_once and the imagecreatefromXXX + functions in the extension. diff --git a/reference/filesystem/reference.xml b/reference/filesystem/reference.xml index 506244ad85..e00a6c944a 100644 --- a/reference/filesystem/reference.xml +++ b/reference/filesystem/reference.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -65,6 +65,11 @@ because people using carriage-returns as item separators under Unix systems would experience non-backwards-compatible behaviour. + + + This configuration option was introduced in PHP 4.3. + +