mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dcc9565166
commit
14386dbef1
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue