- highlight_file() is now affected by safe_mode.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81843 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-05-11 18:51:44 +00:00
parent 9cab591a9b
commit d48da75993

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.22 -->
<refentry id="function.highlight-file">
<refnamediv>
@ -42,6 +42,13 @@
potential security risk.
</simpara>
</note>
<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.
</simpara>
</note>
<para>
<example>
<title>Creating a source highlighting URL</title>