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;