Used spaces to indent paragraph instead of tabs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69739 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-02-07 23:44:11 +00:00
parent faa60f7d94
commit d7fc3842b7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.37 $ -->
<!-- $Revision: 1.38 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -368,14 +368,14 @@ include_path = ".;c:\php\lib"
module, open_basedir paths from parent directories are now
automatically inherited.
</para>
<para>
The restriction specified with open_basedir is actually a
prefix, not a directory name. This means that "open_basedir =
/dir/incl" also allows access to "/dir/include" and
"/dir/incls" if they exist. When you want to restrict access to
only the specified directory, end with a slash. For example:
"open_basedir = /dir/incl/"
</para>
<para>
The restriction specified with open_basedir is actually a
prefix, not a directory name. This means that "open_basedir =
/dir/incl" also allows access to "/dir/include" and
"/dir/incls" if they exist. When you want to restrict access
to only the specified directory, end with a slash. For example:
"open_basedir = /dir/incl/"
</para>
<note>
<para>Support for multiple directories was added in 3.0.7.</para>
</note>