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