pajoye          Thu Oct 19 21:09:02 2006 UTC

  Modified files:              
    /phpdoc/en/install  pecl.xml 
  Log:
  - replace pear by pecl. "pecl" is the pecl.php.net installer
    (default channel of pecl is pecl.php.net not pear.php.net)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/pecl.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.12 phpdoc/en/install/pecl.xml:1.13
--- phpdoc/en/install/pecl.xml:1.12     Mon May  1 01:01:53 2006
+++ phpdoc/en/install/pecl.xml  Thu Oct 19 21:09:02 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <chapter id="install.pecl">
  <title>Installation of PECL extensions</title>
@@ -53,7 +53,7 @@
    </listitem>
    <listitem>
     <simpara>
-     <literal>pear download extname</literal>
+     <literal>pecl download extname</literal>
     </simpara>
     <simpara>
      PECL extensions that have releases listed on the PECL web site are
@@ -122,7 +122,7 @@
   </simpara>
   <para>
    <screen>
-$ pear install extname
+$ pecl install extname
    </screen>
   </para>
   <simpara>
@@ -140,7 +140,7 @@
   </simpara>
   <para>
    <screen>
-$ pear install extname-beta
+$ pecl install extname-beta
    </screen>
   </para>
   <para>
@@ -148,7 +148,7 @@
   </para>
   <para>
    <screen>
-$ pear install extname-0.1
+$ pecl install extname-0.1
    </screen>
   </para>
  </sect1>

Reply via email to