mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Non-existing files are not resolved in open_basedir (bug #34680)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241644 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cf8771a6ec
commit
ff69bf2c10
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<chapter xml:id="features.safe-mode" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Safe Mode</title>
|
||||
|
||||
|
@ -225,7 +225,9 @@
|
|||
the location of the file is checked. When the file is outside the
|
||||
specified directory-tree, PHP will refuse to open it. All symbolic
|
||||
links are resolved, so it's not possible to avoid this restriction
|
||||
with a symlink.
|
||||
with a symlink. If the file doesn't exist then the symlink couldn't be
|
||||
resolved and the filename is compared to (a resolved)
|
||||
<parameter>open_basedir</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
The special value <systemitem class="filesystem">.</systemitem>
|
||||
|
|
Loading…
Reference in a new issue