mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- 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:
parent
295adb8353
commit
f673ac951f
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue