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>


Reply via email to