From b78692d6f6bd5d8891956672c449965f986c9aa3 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Sun, 15 Oct 2006 04:41:43 +0000 Subject: [PATCH] - Document when function became deprecated (Bug #38448). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221790 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysql/functions/mysql-list-tables.xml | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index 3ad0d1a7e7..7eb007c780 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + mysql_list_tables @@ -17,7 +17,7 @@ Retrieves a list of table names from a MySQL database. - This function deprecated. It is preferable to use + This function is deprecated. It is preferable to use mysql_query to issue a SQL SHOW TABLES [FROM db_name] [LIKE 'pattern'] statement instead. @@ -52,6 +52,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 4.3.7 + + This function became deprecated. + + + + + + + + &reftitle.examples;