Change "pear install" to "pecl install" to get with the times.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@215228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2006-06-22 19:47:28 +00:00
parent 28ba9fc4e3
commit 9ae344f530

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="pdo.installation">
&reftitle.install;
<procedure id='pdo.install.unix51up'>
@ -12,7 +12,7 @@
recommended that you build PDO as a shared extension, as this will allow
you to take advantage of updates that are made available via PECL. The
recommended configure line for building PHP with PDO support should
enable zlib support (for the pear installer) as well. You may also need
enable zlib support (for the pecl installer) as well. You may also need
to enable the PDO driver for your database of choice; consult the
documentation for <link linkend="pdo.drivers">database-specific
PDO drivers</link> to find out more about that, but note that if you
@ -72,7 +72,7 @@ extension=pdo.so
latest stable version of PDO:
<screen>
<![CDATA[
pear install pdo
pecl install pdo
]]>
</screen>
</para>