For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > June 2006 > cvs: phpdoc /en/reference/pdo configure.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/pdo configure.xml
Dan Scott

2006-06-24, 8:03 am

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/phpdo...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;:
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com