dbs Thu Jun 22 19:47:28 2006 UTC
Modified files:
/phpdoc/en/reference/pdo configure.xml
Log:
Change "pear install" to "pecl install" to get with the times.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/configure.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/pdo/configure.xml
diff -u phpdoc/en/reference/pdo/configure.xml:1.2
phpdoc/en/reference/pdo/configure.xml:1.3
--- phpdoc/en/reference/pdo/configure.xml:1.2 Wed Apr 26 12:21:33 2006
+++ phpdoc/en/reference/pdo/configure.xml Thu Jun 22 19:47:28 2006
@@ -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 @@
latest stable version of PDO:
<screen>
<![CDATA[
-pear install pdo
+pecl install pdo
]]>
</screen>
</para>