Date: 07/10/01
- Next message: jeroen <email protected>: "[PHP-DOC] Bug #12011 Updated: Safe_mode poor documentation"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc / manual.xml.in /en/features safe-mode.xml"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml"
- Maybe reply: Rasmus Lerdorf: "[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: jeroen <email protected>: "[PHP-DOC] Bug #12011 Updated: Safe_mode poor documentation"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc / manual.xml.in /en/features safe-mode.xml"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml"
- Maybe reply: Rasmus Lerdorf: "[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

