ID: 14130
Updated by: eschmid
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Documentation problem
Operating System: linux
PHP Version: 4.0CVS-2001-11-19
New Comment:

Not all examples have a CDATA section.

Previous Comments:
------------------------------------------------------------------------

[2001-11-19 20:53:01] [EMAIL PROTECTED]

patch below

regards
alan

Index: zlib.xml
===================================================================
RCS file: /repository/phpdoc/en/functions/zlib.xml,v
retrieving revision 1.19
diff -u -r1.19 zlib.xml
--- zlib.xml    10 Nov 2001 21:49:42 -0000      1.19
+++ zlib.xml    20 Nov 2001 01:51:21 -0000
@@ -40,11 +40,11 @@
     </para>
     <example>
      <title>Small Zlib Example</title>
-<programlisting role="php">
-&lt;?php
+<programlisting role="php"><![CDATA[
+<?php
 
 $filename = tempnam ('/tmp', 'zlibtest').'.gz';
-print "&lt;html>\n&lt;head>&lt;/head>\n&lt;body>\n&lt;pre>\n";
+print "<html>\n<head></head>\n<body>\n<pre>\n";
 $s = "Only a test, test, test, test, test, test, test, test!\n";
 
 // open file for writing with maximum compression
@@ -72,10 +72,10 @@
         echo "Error with zlib functions!";
 }
 unlink($filename);
-print "&lt;/pre>\n&lt;/h1>&lt;/body>\n&lt;/html>\n";
+print "</pre>\n</h1></body>\n</html>\n";
 
 ?>
-     </programlisting>
+     ]]></programlisting>
     </example>
    </sect1>
   </partintro>


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14130&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to