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