From: Andrey Hristov Date: Tue, 27 Jan 2004 23:14:42 +0000 (+0000) Subject: message about that mysql_list_tables() is deprecated X-Git-Tag: php-5.0.0b4RC1~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=463f510796858af8fda862320a0a1f9f37fc0ec4;p=php message about that mysql_list_tables() is deprecated --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 9626b08ed3..8a46e8e006 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1445,7 +1445,7 @@ PHP_FUNCTION(mysql_list_tables) WRONG_PARAM_COUNT; break; } - + php_error_docref(NULL TSRMLS_CC, E_STRICT, "mysql_list_tables() is deprecated"); ZEND_FETCH_RESOURCE2(mysql, php_mysql_conn *, mysql_link, id, "MySQL-Link", le_link, le_plink); convert_to_string_ex(db);