andrey Thu, 08 Apr 2010 10:53:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297690
Log:
one more fix and both work with libmysql and mysqlnd
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt
Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
2010-04-08 09:56:18 UTC (rev 297689)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
2010-04-08 10:53:38 UTC (rev 297690)
@@ -101,7 +101,7 @@
Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right syntax
to use near 'FOO' at line 1 in %s on line %d
-Warning: mysqli_change_user(): (%d/%d): Access denied for user
'0123456789-10-45'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user
'0123456789-10-4%s'@'%s' (using password: YES) in %s on line %d
Warning: mysqli_kill(): processid should have positive value in %s on line %d
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt 2010-04-08
09:56:18 UTC (rev 297689)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt 2010-04-08
10:53:38 UTC (rev 297690)
@@ -101,7 +101,7 @@
Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right syntax
to use near 'FOO' at line 1 in %s on line %d
-Warning: mysqli_change_user(): (%d/%d): Access denied for user
'0123456789-10-45'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user
'0123456789-10-4%s'@'%s' (using password: YES) in %s on line %d
Warning: mysqli_kill(): processid should have positive value in %s on line %d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php