summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/setupdefault.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated MySQL extension.Adam Harvey2015-03-051-10/+0
| | | | Relevant RFC: https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7
* Refactor ext/mysqlXinchen Hui2014-03-231-1/+1
|
* Reverted changes in connect.inc based on Ulf's feedbackTjerk Anne Meesters2011-09-121-0/+10
- Moved the ini_set() entries into a separate script 'setupdefault.inc' - Let mysql_affected_rows and mysql_insert_id test cases use the newly created script With the ini_set() statements inside connect.inc, some test cases would be forced to 'undo' them in order to test other scenarios. Tested on all three dev lines with and without passing db credentials. No changes detected.