philip Wed Jul 21 00:27:29 2004 EDT
Modified files: /phpdoc/en/reference/mysql/functions mysql-db-name.xml mysql-get-server-info.xml mysql-info.xml mysql-insert-id.xml mysql-list-dbs.xml mysql-list-processes.xml mysql-real-escape-string.xml mysql-stat.xml mysql-tablename.xml Log: Added see also's.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-db-name.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-db-name.xml diff -u phpdoc/en/reference/mysql/functions/mysql-db-name.xml:1.4 phpdoc/en/reference/mysql/functions/mysql-db-name.xml:1.5 --- phpdoc/en/reference/mysql/functions/mysql-db-name.xml:1.4 Mon Jan 5 08:03:26 2004 +++ phpdoc/en/reference/mysql/functions/mysql-db-name.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.23 --> <refentry id="function.mysql-db-name"> <refnamediv> @@ -54,6 +54,11 @@ <para> For backward compatibility, <function>mysql_dbname</function> is also accepted. This is deprecated, however. + </para> + <para> + See also + <function>mysql_list_dbs</function>, and + <function>mysql_tablename</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-get-server-info.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-get-server-info.xml diff -u phpdoc/en/reference/mysql/functions/mysql-get-server-info.xml:1.9 phpdoc/en/reference/mysql/functions/mysql-get-server-info.xml:1.10 --- phpdoc/en/reference/mysql/functions/mysql-get-server-info.xml:1.9 Fri Feb 20 12:36:42 2004 +++ phpdoc/en/reference/mysql/functions/mysql-get-server-info.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.96 --> <refentry id="function.mysql-get-server-info"> <refnamediv> @@ -46,8 +46,9 @@ <para> See also <function>mysql_get_client_info</function>, - <function>mysql_get_host_info</function> and - <function>mysql_get_proto_info</function>. + <function>mysql_get_host_info</function>, + <function>mysql_get_proto_info</function>, and + <function>phpversion</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-info.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-info.xml diff -u phpdoc/en/reference/mysql/functions/mysql-info.xml:1.5 phpdoc/en/reference/mysql/functions/mysql-info.xml:1.6 --- phpdoc/en/reference/mysql/functions/mysql-info.xml:1.5 Wed Jul 9 11:07:29 2003 +++ phpdoc/en/reference/mysql/functions/mysql-info.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 --> <refentry id="function.mysql-info"> <refnamediv> @@ -54,7 +54,10 @@ </para> </note> <para> - See also <function>mysql_affected_rows</function>. + See also + <function>mysql_affected_rows</function>, + <function>mysql_insert_id</function>, and + <function>mysql_stat</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-insert-id.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-insert-id.xml diff -u phpdoc/en/reference/mysql/functions/mysql-insert-id.xml:1.10 phpdoc/en/reference/mysql/functions/mysql-insert-id.xml:1.11 --- phpdoc/en/reference/mysql/functions/mysql-insert-id.xml:1.10 Fri Feb 20 12:36:42 2004 +++ phpdoc/en/reference/mysql/functions/mysql-insert-id.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 --> <refentry id="function.mysql-insert-id"> <refnamediv> @@ -70,7 +70,9 @@ </example> </para> <para> - See also <function>mysql_query</function>. + See also + <function>mysql_query</function> and + <function>mysql_info</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-list-dbs.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-list-dbs.xml diff -u phpdoc/en/reference/mysql/functions/mysql-list-dbs.xml:1.4 phpdoc/en/reference/mysql/functions/mysql-list-dbs.xml:1.5 --- phpdoc/en/reference/mysql/functions/mysql-list-dbs.xml:1.4 Wed Jul 9 11:07:29 2003 +++ phpdoc/en/reference/mysql/functions/mysql-list-dbs.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.16 --> <refentry id="function.mysql-list-dbs"> <refnamediv> @@ -62,7 +62,10 @@ also be used. This is deprecated however. </para> <para> - See also <function>mysql_db_name</function>. + See also + <function>mysql_db_name</function>, + <function>mysql_select_db</function>, and + <function>mysql_list_tables</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-list-processes.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-list-processes.xml diff -u phpdoc/en/reference/mysql/functions/mysql-list-processes.xml:1.5 phpdoc/en/reference/mysql/functions/mysql-list-processes.xml:1.6 --- phpdoc/en/reference/mysql/functions/mysql-list-processes.xml:1.5 Mon Dec 15 11:52:07 2003 +++ phpdoc/en/reference/mysql/functions/mysql-list-processes.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.96 --> <refentry id="function.mysql-list-processes"> <refnamediv> @@ -48,7 +48,8 @@ </para> <para> See also - <function>mysql_thread_id</function>. + <function>mysql_thread_id</function> and + <function>mysql_stat</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml diff -u phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.8 phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.9 --- phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.8 Fri Feb 20 12:36:42 2004 +++ phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 --> <refentry id="function.mysql-real-escape-string"> <refnamediv> @@ -55,8 +55,11 @@ </para> <para> See also - <function>mysql_escape_string</function> and - <function>mysql_client_encoding</function>. + <function>mysql_escape_string</function>, + <function>mysql_client_encoding</function>, + <function>addslashes</function>, and the + <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link> + directive. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-stat.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-stat.xml diff -u phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.7 phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.8 --- phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.7 Sun Jul 13 15:29:00 2003 +++ phpdoc/en/reference/mysql/functions/mysql-stat.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 --> <refentry id="function.mysql-stat"> <refnamediv> @@ -54,6 +54,11 @@ ]]> </screen> </example> + </para> + <para> + See also + <function>mysql_get_server_info</function> and + <function>mysql_list_processes</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-tablename.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-tablename.xml diff -u phpdoc/en/reference/mysql/functions/mysql-tablename.xml:1.9 phpdoc/en/reference/mysql/functions/mysql-tablename.xml:1.10 --- phpdoc/en/reference/mysql/functions/mysql-tablename.xml:1.9 Tue Jan 6 04:21:00 2004 +++ phpdoc/en/reference/mysql/functions/mysql-tablename.xml Wed Jul 21 00:27:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 --> <refentry id="function.mysql-tablename"> <refnamediv> @@ -42,7 +42,9 @@ </para> <para> See also - <function>mysql_list_tables</function>. + <function>mysql_list_tables</function>, + <function>mysql_field_table</function>, and + <function>mysql_db_name</function>. </para> </refsect1> </refentry>