- replace pear by pecl. "pecl" is the pecl.php.net installer

(default channel of pecl is pecl.php.net not pear.php.net)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222032 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pierre Joye 2006-10-19 21:09:02 +00:00
parent 295adb8353
commit f673ac951f

View file

@ -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 @@ extension=php_extname.dll
</simpara>
<para>
<screen>
$ pear install extname
$ pecl install extname
</screen>
</para>
<simpara>
@ -140,7 +140,7 @@ $ pear install extname
</simpara>
<para>
<screen>
$ pear install extname-beta
$ pecl install extname-beta
</screen>
</para>
<para>
@ -148,7 +148,7 @@ $ pear install extname-beta
</para>
<para>
<screen>
$ pear install extname-0.1
$ pecl install extname-0.1
</screen>
</para>
</sect1>