mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fixed XML
#- Make test anybody? :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133221 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5852af7925
commit
4c07be2afa
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<chapter id="features.safe-mode">
|
||||
<title>Safe Mode</title>
|
||||
|
||||
|
@ -199,7 +199,7 @@
|
|||
</para>
|
||||
<para>
|
||||
When a script tries to open a file with, for example,
|
||||
<function>fopen<function> or <function>gzopen</function>,
|
||||
<function>fopen</function> or <function>gzopen</function>,
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue