dams Mon May 10 11:00:23 2004 EDT
Modified files: /phpdoc/en/reference/dba configure.xml /phpdoc/en/reference/dba/functions dba-close.xml dba-delete.xml dba-fetch.xml dba-handlers.xml dba-insert.xml dba-key-split.xml dba-nextkey.xml dba-open.xml Log: minor cosmetics
http://cvs.php.net/diff.php/phpdoc/en/reference/dba/configure.xml?r1=1.11&r2=1.12&ty=u Index: phpdoc/en/reference/dba/configure.xml diff -u phpdoc/en/reference/dba/configure.xml:1.11 phpdoc/en/reference/dba/configure.xml:1.12 --- phpdoc/en/reference/dba/configure.xml:1.11 Mon Jan 26 05:21:16 2004 +++ phpdoc/en/reference/dba/configure.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <section id="dba.installation"> &reftitle.install; <para> @@ -158,7 +158,7 @@ <note> <para> This was added in PHP 5.0.0 and allows to read and set microsoft style - ini files (like the &php.ini; file). + <filename>.ini</filename> files (like the &php.ini; file). </para> </note> </entry> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-close.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/dba/functions/dba-close.xml diff -u phpdoc/en/reference/dba/functions/dba-close.xml:1.3 phpdoc/en/reference/dba/functions/dba-close.xml:1.4 --- phpdoc/en/reference/dba/functions/dba-close.xml:1.3 Thu Apr 25 17:45:45 2002 +++ phpdoc/en/reference/dba/functions/dba-close.xml Mon May 10 11:00:23 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-close"> <refnamediv> <refname>dba_close</refname> - <refpurpose>Close database</refpurpose> + <refpurpose>Close a DBA database</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -25,7 +25,8 @@ <function>dba_close</function> does not return any value. </para> <para> - See also: <function>dba_open</function> and + See also + <function>dba_open</function>, and <function>dba_popen</function> </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-delete.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/dba/functions/dba-delete.xml diff -u phpdoc/en/reference/dba/functions/dba-delete.xml:1.3 phpdoc/en/reference/dba/functions/dba-delete.xml:1.4 --- phpdoc/en/reference/dba/functions/dba-delete.xml:1.3 Thu Apr 25 17:45:45 2002 +++ phpdoc/en/reference/dba/functions/dba-delete.xml Mon May 10 11:00:23 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-delete"> <refnamediv> <refname>dba_delete</refname> - <refpurpose>Delete entry specified by key</refpurpose> + <refpurpose>Delete DBA entry specified by key</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -31,8 +31,9 @@ deleted or not deleted, respectively. </para> <para> - See also: <function>dba_exists</function>, - <function>dba_fetch</function>, <function>dba_insert</function>, + See also + <function>dba_exists</function>, + <function>dba_fetch</function>, <function>dba_insert</function>, and <function>dba_replace</function>. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-fetch.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/dba/functions/dba-fetch.xml diff -u phpdoc/en/reference/dba/functions/dba-fetch.xml:1.6 phpdoc/en/reference/dba/functions/dba-fetch.xml:1.7 --- phpdoc/en/reference/dba/functions/dba-fetch.xml:1.6 Thu Nov 13 04:40:08 2003 +++ phpdoc/en/reference/dba/functions/dba-fetch.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-fetch"> <refnamediv> @@ -42,11 +42,6 @@ the key/data pair is found or not found, respectively. </para> <para> - See also: <function>dba_exists</function>, - <function>dba_delete</function>, <function>dba_insert</function>, - <function>dba_replace</function> and <function>dba_key_split</function>. - </para> - <para> <note> <simpara> The skip parameter is available since PHP 4.3 to support cdb's @@ -63,6 +58,11 @@ </simpara> </note> </para> + <para> + See also <function>dba_exists</function>, + <function>dba_delete</function>, <function>dba_insert</function>, + <function>dba_replace</function> and <function>dba_key_split</function>. + </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-handlers.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/dba/functions/dba-handlers.xml diff -u phpdoc/en/reference/dba/functions/dba-handlers.xml:1.3 phpdoc/en/reference/dba/functions/dba-handlers.xml:1.4 --- phpdoc/en/reference/dba/functions/dba-handlers.xml:1.3 Wed Nov 26 07:40:34 2003 +++ phpdoc/en/reference/dba/functions/dba-handlers.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-handlers"> <refnamediv> @@ -17,7 +17,8 @@ supported by this extension. </para> <para> - When the internal cdb library is used you will see 'cdb' and 'cdb_make'. + When the internal cdb library is used you will see + '<literal>cdb</literal>' and '<literal>cdb_make</literal>'. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-insert.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/dba/functions/dba-insert.xml diff -u phpdoc/en/reference/dba/functions/dba-insert.xml:1.3 phpdoc/en/reference/dba/functions/dba-insert.xml:1.4 --- phpdoc/en/reference/dba/functions/dba-insert.xml:1.3 Thu Apr 25 17:45:45 2002 +++ phpdoc/en/reference/dba/functions/dba-insert.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-insert"> <refnamediv> @@ -35,7 +35,7 @@ whether it succeeds of fails, respectively. </para> <para> - See also: + See also <function>dba_exists</function> <function>dba_delete</function> <function>dba_fetch</function> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-key-split.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/dba/functions/dba-key-split.xml diff -u phpdoc/en/reference/dba/functions/dba-key-split.xml:1.3 phpdoc/en/reference/dba/functions/dba-key-split.xml:1.4 --- phpdoc/en/reference/dba/functions/dba-key-split.xml:1.3 Tue Nov 25 13:16:27 2003 +++ phpdoc/en/reference/dba/functions/dba-key-split.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-key-split"> <refnamediv> @@ -23,7 +23,7 @@ <para> See also <function>dba_firstkey</function>, - <function>dba_nextkey</function> and + <function>dba_nextkey</function>, and <function>dba_fetch</function>. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-nextkey.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/dba/functions/dba-nextkey.xml diff -u phpdoc/en/reference/dba/functions/dba-nextkey.xml:1.4 phpdoc/en/reference/dba/functions/dba-nextkey.xml:1.5 --- phpdoc/en/reference/dba/functions/dba-nextkey.xml:1.4 Thu Nov 13 04:40:08 2003 +++ phpdoc/en/reference/dba/functions/dba-nextkey.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-nextkey"> <refnamediv> @@ -26,7 +26,7 @@ whether it succeeds or fails, respectively. </para> <para> - See also: + See also <function>dba_firstkey</function>, <function>dba_key_split</function> and example 2 in the <link linkend="dba.examples">DBA examples</link> </para> http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-open.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/dba/functions/dba-open.xml diff -u phpdoc/en/reference/dba/functions/dba-open.xml:1.10 phpdoc/en/reference/dba/functions/dba-open.xml:1.11 --- phpdoc/en/reference/dba/functions/dba-open.xml:1.10 Tue Dec 23 06:32:31 2003 +++ phpdoc/en/reference/dba/functions/dba-open.xml Mon May 10 11:00:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-open"> <refnamediv> @@ -28,7 +28,8 @@ access to an already existing database, "c" for read/write access and database creation if it doesn't currently exist, and "n" for create, truncate and read/write access. Additional you can set the database - lock method with the next char. Use "l" to lock the database with an .lck + lock method with the next char. Use "l" to lock the database with an + <filename>.lck</filename> file or "d" to lock the databasefile itself. It is important that all of your applications do this consistently. If you want to test the access and do not want to wait for the lock you can add "t" as third character. When @@ -163,8 +164,8 @@ </para> </note> <para> - See also: - <function>dba_popen</function> + See also + <function>dba_popen</function>, and <function>dba_close</function> </para> </refsect1>