Don't know why that would have anything to do with the faq, but you do need
&lt; instead of < in your code examples...

Daniel

----- Original Message -----
From: "Jeroen van Wolffelaar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 3:36 PM
Subject: [PHP-DOC] cvs: phpdoc /en/features safe-mode.xml


> jeroen Tue Jul 10 16:36:23 2001 EDT
>
>   Modified files:
>     /phpdoc/en/features safe-mode.xml
>   Log:
>   It did build this way... strange...
>
>   - fixed <?php  -> &lt;?php
>
>
> Index: phpdoc/en/features/safe-mode.xml
> diff -u phpdoc/en/features/safe-mode.xml:1.1
phpdoc/en/features/safe-mode.xml:1.2
> --- phpdoc/en/features/safe-mode.xml:1.1 Tue Jul 10 16:33:01 2001
> +++ phpdoc/en/features/safe-mode.xml Tue Jul 10 16:36:22 2001
> @@ -28,9 +28,9 @@
>     </computeroutput>
>     Running this script.php
>     <programlisting role="php">
> -<?php
> +&lt;?php
>   readfile('/etc/passwd');
> -?>
> +?&gt;
>     </programlisting>
>     results in this error when safe mode is enabled:
>     <computeroutput>
>
>
>


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to