uw Fri May 29 13:02:30 2009 UTC
Modified files:
/php-src/ext/mysqli/tests bug34810.phpt 057.phpt
Log:
1) The wording of a message can differ by version and by libmysql vs.
mysqlnd. 2) %i is better than %s
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug34810.phpt?r1=1.11&r2=1.12&diff_format=u
Index: php-src/ext/mysqli/tests/bug34810.phpt
diff -u php-src/ext/mysqli/tests/bug34810.phpt:1.11
php-src/ext/mysqli/tests/bug34810.phpt:1.12
--- php-src/ext/mysqli/tests/bug34810.phpt:1.11 Thu May 28 14:11:40 2009
+++ php-src/ext/mysqli/tests/bug34810.phpt Fri May 29 13:02:30 2009
@@ -52,7 +52,7 @@
[%u|b%"field_count"]=>
int(0)
[%u|b%"host_info"]=>
- %unicode|string%(%d) "MySQL host info: %s via %s%s"
+ %unicode|string%(%d) "%s"
[%u|b%"info"]=>
NULL
[%u|b%"insert_id"]=>
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/057.phpt?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/mysqli/tests/057.phpt
diff -u php-src/ext/mysqli/tests/057.phpt:1.12
php-src/ext/mysqli/tests/057.phpt:1.13
--- php-src/ext/mysqli/tests/057.phpt:1.12 Fri May 29 12:55:39 2009
+++ php-src/ext/mysqli/tests/057.phpt Fri May 29 13:02:30 2009
@@ -67,7 +67,7 @@
bool(true)
object(mysqli_stmt)#%d (%d) {
[%u|b%"affected_rows"]=>
- int(%s)
+ int(%i)
[%u|b%"insert_id"]=>
int(0)
[%u|b%"num_rows"]=>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php