dave            Sun Oct 15 04:41:43 2006 UTC

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-list-tables.xml 
  Log:
  - Document when function became deprecated (Bug #38448).
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-list-tables.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-list-tables.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.17 
phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.18
--- phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.17      Sat Jul 
 2 11:48:16 2005
+++ phpdoc/en/reference/mysql/functions/mysql-list-tables.xml   Sun Oct 15 
04:41:43 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 <refentry id="function.mysql-list-tables">
  <refnamediv>
   <refname>mysql_list_tables</refname>
@@ -17,7 +17,7 @@
    Retrieves a list of table names from a MySQL database.
   </para>
   <para>
-   This function deprecated. It is preferable to use 
+   This function is deprecated. It is preferable to use 
    <function>mysql_query</function> to issue a SQL <literal>SHOW TABLES 
    [FROM db_name] [LIKE 'pattern']</literal> statement instead.
   </para>
@@ -52,6 +52,30 @@
   </para>
  </refsect1>
 
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>4.3.7</entry>
+       <entry>
+        This function became deprecated.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Reply via email to