reference/sqlite3/configure.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -4,19 +4,19 @@
4
4
<section xml:id="sqlite3.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
&reftitle.install;
6
6
<para>
7
-
The SQLite3 extension is enabled by default as of PHP 5.3.0. It's
7
+
The SQLite3 extension is enabled by default. It's
8
8
possible to disable it by using <literal>--without-sqlite3</literal>
9
9
at compile time.
10
10
</para>
11
11
<para>
12
12
Windows users must enable <filename>php_sqlite3.dll</filename>
13
13
in order to use this extension. This <acronym>DLL</acronym> is
14
-
included with Windows distributions of PHP as of PHP 5.3.0.
14
+
included with Windows distributions of PHP.
15
15
</para>
16
16
<note>
17
+
<title>Additional setup on Windows as of PHP 7.4.0</title>
17
18
<para>
18
-
This extension was briefly a <acronym>PECL</acronym> extension
19
-
but that version is only recommended for experimental use.
19
+
&ext.windows.path.dll; <filename>libsqlite3.dll</filename>.
20
20
</para>
21
21
</note>
22
22
</section>
23
23