From 7b5c7d5187f939224af66609f461479fac96a004 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 14 Apr 2009 05:03:38 +0000 Subject: [PATCH] Documented configure/setup information for ext/sqlite3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278677 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlite3/configure.xml | 17 +++++++++++++---- reference/sqlite3/setup.xml | 12 +++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/reference/sqlite3/configure.xml b/reference/sqlite3/configure.xml index c361a7b7d9..72f64aed7b 100644 --- a/reference/sqlite3/configure.xml +++ b/reference/sqlite3/configure.xml @@ -1,15 +1,24 @@ - +
&reftitle.install; - - To enable SQLite3 support, configure PHP with ... + The SQLite3 extension is enabled by default as of PHP 5.3.0. It's + possible to disable it by using --without-sqlite3 + at compile time. - Windows users ... + Windows users must enable php_sqlite3.dll + in order to use this extension. This DLL is + included with Windows distributions of PHP as of PHP 5.3.0. + + + This extension was briefly a PECL extension + but that version is only recommended for experimental use. + +
diff --git a/reference/sqlite3/setup.xml b/reference/sqlite3/setup.xml index 90ce066e61..f6d8881fa9 100644 --- a/reference/sqlite3/setup.xml +++ b/reference/sqlite3/setup.xml @@ -1,15 +1,12 @@ - + &reftitle.setup;
&reftitle.required; - - - Requirements... - + &no.requirement;
@@ -22,10 +19,7 @@
&reftitle.resources; - - - Mention the resource here. - + &no.resource;