dbs Mon Jan 16 01:16:39 2006 UTC
Modified files:
/phpdoc/en/reference/sqlite reference.xml
Log:
#35432: If PDO is built as shared, SQLite must be shared.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sqlite/reference.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.22
phpdoc/en/reference/sqlite/reference.xml:1.23
--- phpdoc/en/reference/sqlite/reference.xml:1.22 Tue Jan 10 08:25:11 2006
+++ phpdoc/en/reference/sqlite/reference.xml Mon Jan 16 01:16:39 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
<!-- 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 "pear install sqlite".
+ installer with <command>pear install sqlite</command>.
SQLite itself is already included, You do not need to install
any additional software.
</para>
@@ -46,7 +46,7 @@
compiled by default. However, since PHP 5.1.0 you need to manually
activate the extension in &php.ini; (because it is now bundled as
shared). Moreover, since PHP 5.1.0 SQLite depends on <link
- linkend="ref.pdo">PDO</link> so it must be enabled too, by adding the
+ linkend="ref.pdo">PDO</link> it must be enabled too, by adding the
following lines to &php.ini; (in order):
<informalexample>
<programlisting role="ini">
@@ -56,6 +56,9 @@
]]>
</programlisting>
</informalexample>
+ On Linux or Unix operating systems, if you build PDO as a shared
+ extension, you must build SQLite as a shared extension using the
+ <command>--with-sqlite=shared</command> configure option.
</para>
<para>
SQLite 3 is supported through <link