derick          Sun Jun 22 11:27:57 2003 EDT

  Modified files:              
    /phpdoc/en/appendices       about.xml debugger.xml 
  Log:
  - Some more cleaning
  
  
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/about.xml:1.25 phpdoc/en/appendices/about.xml:1.26
--- phpdoc/en/appendices/about.xml:1.25 Wed May 28 19:03:06 2003
+++ phpdoc/en/appendices/about.xml      Sun Jun 22 11:27:57 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
 
 <!--
   TODO: add manual conventions section (eg. how to read
@@ -145,7 +145,7 @@
     let's use the definition for <function>strlen</function> as our first example:
    </para>
    <para>
-    <screen role="html">
+    <screen>
 strlen
 
 (PHP 3, PHP 4 >= 4.0.0)
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.22 phpdoc/en/appendices/debugger.xml:1.23
--- phpdoc/en/appendices/debugger.xml:1.22      Fri Dec 27 13:00:47 2002
+++ phpdoc/en/appendices/debugger.xml   Sun Jun 22 11:27:57 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
  <appendix id="debugger">
   <title>Debugging PHP</title>
 
@@ -247,6 +247,7 @@
     <example>
      <title>Example Debugger Message</title>
      <literallayout>
+<![CDATA[
 1998-04-05 23:27:400966 lucifer.guardian.no(20481) start: notice
 1998-04-05 23:27:400966 lucifer.guardian.no(20481) message: Uninitialized variable
 1998-04-05 23:27:400966 lucifer.guardian.no(20481) location: (&null;):7
@@ -254,6 +255,7 @@
 1998-04-05 23:27:400966 lucifer.guardian.no(20481) function: display
 1998-04-05 23:27:400966 lucifer.guardian.no(20481) location: 
/home/ssb/public_html/test.php3:10
 1998-04-05 23:27:400966 lucifer.guardian.no(20481) end: notice
+]]>
      </literallayout>
     </example>
    </para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to