safe_mode_include_dir: Can take on semi-colon separated list, as of PHP 4.2.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88814 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-07-16 18:34:45 +00:00
parent dcc9565166
commit 14386dbef1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.69 $ -->
<!-- $Revision: 1.70 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -946,6 +946,11 @@ include_path=".;c:\www\phplib"
must also be in <link linkend="ini.include-path">include_path</link>
or full path must including).
</para>
<simpara>
As of PHP 4.2.0, this directive can take on a semi-colon separated
path in a similar fashion to the include_path directive, rather than
just a single directory.
</simpara>
</listitem>
</varlistentry>