mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
install in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153514 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f83c11ceea
commit
dbf06df088
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<reference id="ref.sqlite">
|
||||
<title>SQLite</title>
|
||||
<titleabbrev>SQLite</titleabbrev>
|
||||
|
@ -38,6 +38,10 @@
|
|||
Windows users may download the DLL version of the SQLite extension here:
|
||||
(<ulink url="&url.pecl.get.win;php_sqlite.dll">php_sqlite.dll</ulink>).
|
||||
</para>
|
||||
<para>
|
||||
In PHP 5, the SQLite extension and the engine itself are bundled and
|
||||
compilled by default.
|
||||
</para>
|
||||
</section>
|
||||
<section id="sqlite.requirements">
|
||||
&reftitle.required;
|
||||
|
|
Loading…
Reference in a new issue