mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More 4.3 updates.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97011 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f26fabbc36
commit
be53312722
2 changed files with 12 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.76 $ -->
|
||||
<!-- $Revision: 1.77 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -194,10 +194,11 @@ include_path = ".;c:\php\lib"
|
|||
</note>
|
||||
<warning>
|
||||
<para>
|
||||
On Windows, the following functions do not support remote file
|
||||
accesing: <function>include</function>,
|
||||
<function>include_once</function>, <function>require</function> and
|
||||
<function>require_once</function>.
|
||||
On Windows versions prior to PHP 4.3, the following functions do not
|
||||
support remote file accesing: <function>include</function>,
|
||||
<function>include_once</function>, <function>require</function>,
|
||||
<function>require_once</function> and the imagecreatefromXXX
|
||||
functions in the <xref linkend="ref.image"/> extension.
|
||||
</para>
|
||||
</warning>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
@ -65,6 +65,11 @@
|
|||
because people using carriage-returns as item separators under
|
||||
Unix systems would experience non-backwards-compatible behaviour.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This configuration option was introduced in PHP 4.3.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue