For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > September 2005 > cvs: phpdoc /en/reference/sqlite reference.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/sqlite reference.xml
Nuno Lopes

2005-09-25, 7:56 am

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







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

Copyright 2008 codecomments.com