nlopess Sun Sep 25 05:57:29 2005 EDT
Modified files:
/phpdoc/en/reference/sqlite reference.xml
Log:
update install: since php 5.1 sqlite is bundled as shared
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/reference.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.19
phpdoc/en/reference/sqlite/reference.xml:1.20
--- phpdoc/en/reference/sqlite/reference.xml:1.19 Sun Sep 4 15:39:28 2005
+++ phpdoc/en/reference/sqlite/reference.xml Sun Sep 25 05:57:27 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled -->
@@ -43,7 +43,10 @@
</para>
<para>
In PHP 5, the SQLite extension and the engine itself are bundled and
- compiled by default.
+ 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), by adding the following line:
+ <literal>php_extension=php_sqlite.dll</literal>.
</para>
<note>
<title>Windows installation for unprivileged accounts</title>