PHP :: Request #50667 :: Deprecate mysql_list_databases
| Request #50667 | Deprecate mysql_list_databases | ||||
|---|---|---|---|---|---|
| Submitted: | 2010-01-05 10:56 UTC | Modified: | 2010-11-17 16:29 UTC | ||
| From: | rtshilston at gmail dot com | Assigned: | andrey (profile) | ||
| Status: | Closed | Package: | MySQL related | ||
| PHP Version: | 5.3.1 | OS: | |||
| Private report: | No | CVE-ID: | None | ||
[2010-01-05 10:56 UTC] 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 ---
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2010-08-16 23:06 UTC] kalle@php.net
-Status: Open +Status: Assigned -Package: Feature/Change Request +Package: *General Issues -Assigned To: +Assigned To: andrey
[2010-08-16 23:06 UTC] kalle@php.net
[2010-08-17 15:40 UTC] andrey@php.net
[2010-08-17 17:40 UTC] andrey@php.net
-Status: Assigned +Status: Closed
[2010-08-17 17:40 UTC] andrey@php.net
[2010-11-17 16:29 UTC] jani@php.net
-Package: *General Issues +Package: MySQL related