aidan           Mon Sep  6 07:55:06 2004 EDT

  Modified files:              
    /phpdoc/en/install  pecl.xml 
  Log:
  Added cdata tag so build does not fail!
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.1 phpdoc/en/install/pecl.xml:1.2
--- phpdoc/en/install/pecl.xml:1.1      Sun Sep  5 19:23:34 2004
+++ phpdoc/en/install/pecl.xml  Mon Sep  6 07:55:06 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 
 <chapter id="install.pecl">
  <title>Installation of PECL extensions</title>
@@ -159,11 +159,13 @@
   </simpara>
   <para>
    <screen>
+<![CDATA[
 $ pear download extname
 $ gzip -d < extname.tgz |tar -xvf -
 $ cd extname
 $ phpize
 $ ./configure && make
+]]>
    </screen>
   </para>
   <simpara>

Reply via email to