From 828c07c500cd202cbe344d4525dfe8e923a13916 Mon Sep 17 00:00:00 2001 From: Tjerk Anne Meesters Date: Mon, 12 Sep 2011 14:35:45 +0000 Subject: 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/mysql_insert_id.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mysql/tests/mysql_insert_id.phpt') diff --git a/ext/mysql/tests/mysql_insert_id.phpt b/ext/mysql/tests/mysql_insert_id.phpt index 51138ebdd4..460d9f3f4d 100644 --- a/ext/mysql/tests/mysql_insert_id.phpt +++ b/ext/mysql/tests/mysql_insert_id.phpt @@ -8,6 +8,7 @@ require_once('skipifconnectfailure.inc'); --FILE--