derick Fri Jun 20 14:26:30 2003 EDT Modified files: /phpdoc/en/reference/sqlite constants.xml ini.xml reference.xml Log: - Correct tags Index: phpdoc/en/reference/sqlite/constants.xml diff -u phpdoc/en/reference/sqlite/constants.xml:1.1 phpdoc/en/reference/sqlite/constants.xml:1.2 --- phpdoc/en/reference/sqlite/constants.xml:1.1 Fri Jun 20 13:31:55 2003 +++ phpdoc/en/reference/sqlite/constants.xml Fri Jun 20 14:26:30 2003 @@ -1,12 +1,14 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.1 $ --> -<sect2 id="pecl.sqlite.constants"> - <title>Predefined constants</title> +<!-- $Revision: 1.2 $ --> +<section id="sqlite.constants"> + <title>Predefined Constants</title> <para> The functions <function>sqlite_fetch_array</function> and <function>sqlite_current</function> use a constant for the different types of result arrays. The following constants are defined: + </para> + <para> <table> <title>SQLite fetch constants</title> <tgroup cols="2"> @@ -34,15 +36,15 @@ <row> <entry>SQLITE_NUM</entry> <entry> - Columns are returned into the array having a numerical index to the - fields. This index starts with 0, the first field in the result. + Columns are returned into the array having a numerical index to the + fields. This index starts with 0, the first field in the result. </entry> </row> </tbody> </tgroup> </table> </para> -</sect2> +</section> <!-- Keep this comment at the end of the file Local variables: Index: phpdoc/en/reference/sqlite/ini.xml diff -u phpdoc/en/reference/sqlite/ini.xml:1.1 phpdoc/en/reference/sqlite/ini.xml:1.2 --- phpdoc/en/reference/sqlite/ini.xml:1.1 Fri Jun 20 13:31:55 2003 +++ phpdoc/en/reference/sqlite/ini.xml Fri Jun 20 14:26:30 2003 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> -<sect2 id="sqlite.configuration"> +<!-- $Revision: 1.2 $ --> +<section id="sqlite.configuration"> &reftitle.runtime; &extension.runtime; <para> @@ -62,7 +62,7 @@ </varlistentry> </variablelist> </para> -</sect2> +</section> <!-- Keep this comment at the end of the file Local variables: Index: phpdoc/en/reference/sqlite/reference.xml diff -u phpdoc/en/reference/sqlite/reference.xml:1.1 phpdoc/en/reference/sqlite/reference.xml:1.2 --- phpdoc/en/reference/sqlite/reference.xml:1.1 Fri Jun 20 13:31:55 2003 +++ phpdoc/en/reference/sqlite/reference.xml Fri Jun 20 14:26:30 2003 @@ -1,79 +1,80 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <reference id="ref.sqlite"> <title>SQLite</title> <titleabbrev>SQLite</titleabbrev> + <partintro> &warn.experimental; - <sect1 id="sqlite.partintro"> - &reftitle.intro; - <sect2 id="sqlite.intro"> - <title>About SQLite</title> - <para> - This is an extension for the SQLite Embeddable SQL Database Engine. - SQLite is a C library that implements an embeddable SQL database engine. - Programs that link with the SQLite library can have SQL database access - without running a separate RDBMS process. - </para> - <para> - SQLite is not a client library used to connect to a big database server. - SQLite is the server. The SQLite library reads and writes directly to and from - the database files on disk. - </para> - <note> - <para> - For further information see the SQLite Website - (<ulink url="http://www.sqlite.org">http://www.sqlite.org</ulink>). - </para> - </note> - </sect2> - <sect2 id="sqlite.install"> - <title>Installation</title> - <para> - Read the INSTALL file, which comes with the package. Or just use the PEAR - installer with "pear install sqlite". - SQLite itself is already included, You do not need to install - any additional software. - </para> + <section id="sqlite.intro"> + &reftitle.intro; + <title>About SQLite</title> + <para> + This is an extension for the SQLite Embeddable SQL Database Engine. + SQLite is a C library that implements an embeddable SQL database engine. + Programs that link with the SQLite library can have SQL database access + without running a separate RDBMS process. + </para> + <para> + SQLite is not a client library used to connect to a big database server. + SQLite is the server. The SQLite library reads and writes directly to and from + the database files on disk. + </para> + <note> <para> - You can download the Windows version of the extension from <ulink - url="http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll" - >http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll</ulink> + For further information see the SQLite Website + (<ulink url="http://www.sqlite.org">http://www.sqlite.org</ulink>). </para> - </sect2> - <sect2 id="sqlite.contact"> - <title>Contact Information</title> - <para> - Any questions about the extension should be asked on one of the - <ulink url="&url.php.support;">PHP Mailing lists</ulink>. - </para> - </sect2> + </note> + </section> - <sect2 id="sqlite.requirements"> - &reftitle.required; - <para> - In order to have these functions available, you must compile PHP with - SQLite support, or load the SQLite extension dynamically from your - php.ini. - </para> - </sect2> - - <sect2 id="sqlite.resources"> - &reftitle.resources; - <para> - There are two resources used in the SQLite Interface. The first one is the - database connection, the second one the result set. - </para> - </sect2> + <section id="sqlite.install"> + <title>Installation</title> + <para> + Read the INSTALL file, which comes with the package. Or just use the PEAR + installer with "pear install sqlite". + SQLite itself is already included, You do not need to install + any additional software. + </para> + <para> + You can download the Windows version of the extension from <ulink + url="http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll" + >http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll</ulink> + </para> + </section> + + <section id="sqlite.contact"> + <title>Contact Information</title> + <para> + Any questions about the extension should be asked on one of the + <ulink url="&url.php.support;">PHP Mailing lists</ulink>. + </para> + </section> + + <section id="sqlite.requirements"> + &reftitle.required; + <para> + In order to have these functions available, you must compile PHP with + SQLite support, or load the SQLite extension dynamically from your + php.ini. + </para> + </section> + + <section id="sqlite.resources"> + &reftitle.resources; + <para> + There are two resources used in the SQLite Interface. The first one is the + database connection, the second one the result set. + </para> + </section> - &reference.sqlite.constants; - &reference.sqlite.ini; - </sect1> -</partintro> + &reference.sqlite.constants; + &reference.sqlite.ini; + </partintro> -&reference.sqlite.functions; + &reference.sqlite.functions; -</reference> + </reference> <!-- Keep this comment at the end of the file Local variables:
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php