Actions
Bug #53760
closedDeprecated function call mysql_list_dbs in adodb
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2013-11-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Result of php codesniffer for deprecated functions:
typo3_src-6.2.0beta1/typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
235 | ERROR | Function mysql_list_dbs() has been deprecated
------------------------------------------------------------------------------------------------------------------------
mysql_list_dbs is deprecated in 5.5.
Actions