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. + +