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 -> <?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
+<?php
readfile('/etc/passwd');
-?>
+?>
</programlisting>
results in this error when safe mode is enabled:
<computeroutput>
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xm... Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xm... Rasmus Lerdorf
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xm... Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xm... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xm... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/features safe-mode.xm... Rasmus Lerdorf
- Re: [PHP-DOC] cvs: phpdoc /en/features safe... Simone Cortesi
- Re: [PHP-DOC] cvs: phpdoc /en/features ... Rasmus Lerdorf
- Re: [PHP-DOC] cvs: phpdoc /en/featu... Hartmut Holzgraefe
- Re: [PHP-DOC] cvs: phpdoc /en/... Philip Olson
