Hi,

    show_source() is only an alias to highlight_file() though it
    seems it has a separete documentation for no reason.

    If no one objects I'll remove every documentation for
    safe_mode and just hint a link to highlight_file() (removing
    it complete won't be good because it seems it's more "well
    known") because there's no point in documenting things twice.

    - Markus

On Sat, May 11, 2002 at 06:51:46PM -0000, Markus Fischer wrote : 
> mfischer              Sat May 11 14:51:46 2002 EDT
> 
>   Modified files:              
>     /phpdoc/en/reference/misc/functions       highlight-file.xml 
>   Log:
>   - highlight_file() is now affected by safe_mode.
>   
>   
> Index: phpdoc/en/reference/misc/functions/highlight-file.xml
> diff -u phpdoc/en/reference/misc/functions/highlight-file.xml:1.2 
>phpdoc/en/reference/misc/functions/highlight-file.xml:1.3
> --- phpdoc/en/reference/misc/functions/highlight-file.xml:1.2 Wed Apr 17 02:40:42 
>2002
> +++ phpdoc/en/reference/misc/functions/highlight-file.xml     Sat May 11 14:51:44 
>2002
> @@ -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>
> @@ -40,6 +40,13 @@
>        you do not inadvertently reveal sensitive information such as
>        passwords or any other type of information that might create a
>        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>
> 

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"I'm not stupid, you know? :)" - Jani Taskinen

Reply via email to