mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Don't forget to mention open_basedir restriction.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81860 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d48da75993
commit
de655d6711
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.22 -->
|
||||
<refentry id="function.highlight-file">
|
||||
<refnamediv>
|
||||
|
@ -45,8 +45,8 @@
|
|||
<note>
|
||||
<simpara>
|
||||
Since PHP 4.2.1 this function is also affected by <link
|
||||
linkend="ini.safe-mode">safe mode</link>, i.e. only files which pass the
|
||||
<link linkend="ini.safe-mode">safe mode</link> restriction are shown.
|
||||
linkend="ini.safe-mode">safe_mode</link> and <link
|
||||
linkend="ini.open-basedir">open_basedir</link>.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue