]> granicus.if.org Git - php/commit
Reverted changes in connect.inc based on Ulf's feedback
authorTjerk Anne Meesters <datibbaw@php.net>
Mon, 12 Sep 2011 14:35:45 +0000 (14:35 +0000)
committerTjerk Anne Meesters <datibbaw@php.net>
Mon, 12 Sep 2011 14:35:45 +0000 (14:35 +0000)
commit828c07c500cd202cbe344d4525dfe8e923a13916
treefa372d57067391550552a05ca27f905ae894f48a
parent078cbac1d2f03e83f0dab38562b98e02a615e4da
Reverted changes in connect.inc based on Ulf's feedback
- 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.
ext/mysql/tests/connect.inc
ext/mysql/tests/mysql_affected_rows.phpt
ext/mysql/tests/mysql_insert_id.phpt
ext/mysql/tests/setupdefault.inc [new file with mode: 0644]