Empty value of safe_mode_include_dir (spotted by Michal Krause)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184269 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-04-13 12:29:37 +00:00
parent 73c9ab216e
commit 7b3ae0af80

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.60 $ -->
<!-- $Revision: 1.61 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@ -145,6 +145,12 @@
want to restrict access to only the specified directory, end with a
slash. For example: "safe_mode_include_dir = /dir/incl/"
</simpara>
<simpara>
If the value of this directive is empty, no files with different
<literal>UID</literal>/<literal>GID</literal> can be included in
PHP 4.2.3 and as of PHP 4.3.3. In earlier versions, all files could be
included.
</simpara>
</listitem>
</varlistentry>
<varlistentry id="ini.safe-mode-exec-dir">