bjori Sat Aug 18 12:55:12 2007 UTC
Modified files:
/phpdoc/en/reference/sqlite reference.xml
Log:
pecl install <package>, not pear install <package>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sqlite/reference.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.24
phpdoc/en/reference/sqlite/reference.xml:1.25
--- phpdoc/en/reference/sqlite/reference.xml:1.24 Wed Jun 20 22:25:26 2007
+++ phpdoc/en/reference/sqlite/reference.xml Sat Aug 18 12:55:11 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled -->
@@ -33,7 +33,7 @@
<title>Installation</title>
<para>
Read the INSTALL file, which comes with the package. Or just use the PEAR
- installer with <command>pear install sqlite</command>.
+ installer with <command>pecl install sqlite</command>.
SQLite itself is already included, You do not need to install
any additional software.
</para>