Edit report at http://bugs.php.net/bug.php?id=50667&edit=1
ID: 50667 Updated by: [email protected] Reported by: rtshilston at gmail dot com Summary: Deprecate mysql_list_databases -Status: Open +Status: Assigned Type: Feature/Change Request -Package: Feature/Change Request +Package: *General Issues PHP Version: 5.3.1 -Assigned To: +Assigned To: andrey Block user comment: N New Comment: Andrey, didn't you remove those aliases not so long ago, if so could you re-classify this if needed to a documentation issue? Previous Comments: ------------------------------------------------------------------------ [2010-01-05 10:56:43] rtshilston at gmail dot com Description: ------------ mysql_list_tables and mysql_list_fields have both been deprecated. For consistency, I think that mysql_list_dbs should be deprecated as it too can be performed with a simple SQL query: "SHOW databases". Reproduce code: --------------- --- >From manual page: function.mysql-list-dbs --- ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=50667&edit=1
