dbs Thu Jun 22 20:13:53 2006 UTC
Modified files:
/phpdoc/en/reference/pdo configure.xml
Log:
Really, change all pear commands to pecl
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/configure.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/pdo/configure.xml
diff -u phpdoc/en/reference/pdo/configure.xml:1.3
phpdoc/en/reference/pdo/configure.xml:1.4
--- phpdoc/en/reference/pdo/configure.xml:1.3 Thu Jun 22 19:47:28 2006
+++ phpdoc/en/reference/pdo/configure.xml Thu Jun 22 20:13:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<section id="pdo.installation">
&reftitle.install;
<procedure id='pdo.install.unix51up'>
@@ -45,7 +45,7 @@
</step>
<step>
<para>
- Having PDO as a shared module will allow you to run <command>pear
+ Having PDO as a shared module will allow you to run <command>pecl
upgrade pdo</command> as new versions of PDO are published, without
forcing you to rebuild the whole of PHP. Note that if you do this, you
also need to upgrade your database specific PDO drivers at the same
@@ -59,10 +59,10 @@
<para>
PDO is available as a PECL extension from
<ulink url='&url.pecl.package;pdo'>&url.pecl.package;pdo</ulink>.
- Installation can be performed via the <command>pear</command> tool; this
+ Installation can be performed via the <command>pecl</command> tool; this
is enabled by default when you configure PHP. You should ensure that
PHP was configured --with-zlib in order for
- <command>pear</command> to be able to handle the compressed package
+ <command>pecl</command> to be able to handle the compressed package
files.
</para>
</step>
@@ -79,7 +79,7 @@
</step>
<step>
<para>
- The <command>pear</command> command automatically installs the
+ The <command>pecl</command> command automatically installs the
PDO module into your PHP extensions directory. To enable the
PDO extension on Linux or Unix operating systems, you must add
the following line to &php.ini;: