mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Documented configure/setup information for ext/sqlite3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278677 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
da20331e26
commit
7b5c7d5187
2 changed files with 16 additions and 13 deletions
|
@ -1,15 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<section xml:id="sqlite3.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.install;
|
||||
<!-- There are various PECL related entities in language-snippets.ent -->
|
||||
<para>
|
||||
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 <literal>--without-sqlite3</literal>
|
||||
at compile time.
|
||||
</para>
|
||||
<para>
|
||||
Windows users ...
|
||||
Windows users must enable <filename>php_sqlite3.dll</filename>
|
||||
in order to use this extension. This <acronym>DLL</acronym> is
|
||||
included with Windows distributions of PHP as of PHP 5.3.0.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This extension was briefly a <acronym>PECL</acronym> extension
|
||||
but that version is only recommended for experimental use.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<chapter xml:id="sqlite3.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
||||
<section xml:id="sqlite3.requirements">
|
||||
&reftitle.required;
|
||||
<!-- Use &no.requirement; if there no requirement -->
|
||||
<para>
|
||||
Requirements...
|
||||
</para>
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<!-- {{{ Installation -->
|
||||
|
@ -22,10 +19,7 @@
|
|||
|
||||
<section xml:id="sqlite3.resources">
|
||||
&reftitle.resources;
|
||||
<!-- Use &no.resource; if there no resources -->
|
||||
<para>
|
||||
Mention the resource here.
|
||||
</para>
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
|
|
Loading…
Reference in a new issue