uw Fri May 29 13:02:43 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli/tests bug34810.phpt 057.phpt
Log:
MFH - 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.1.2.3.2.1.2.6&r2=1.1.2.3.2.1.2.7&diff_format=u
Index: php-src/ext/mysqli/tests/bug34810.phpt
diff -u php-src/ext/mysqli/tests/bug34810.phpt:1.1.2.3.2.1.2.6
php-src/ext/mysqli/tests/bug34810.phpt:1.1.2.3.2.1.2.7
--- php-src/ext/mysqli/tests/bug34810.phpt:1.1.2.3.2.1.2.6 Thu May 28
14:33:42 2009
+++ php-src/ext/mysqli/tests/bug34810.phpt Fri May 29 13:02:43 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.4.6.5&r2=1.4.6.6&diff_format=u
Index: php-src/ext/mysqli/tests/057.phpt
diff -u php-src/ext/mysqli/tests/057.phpt:1.4.6.5
php-src/ext/mysqli/tests/057.phpt:1.4.6.6
--- php-src/ext/mysqli/tests/057.phpt:1.4.6.5 Fri May 29 12:55:55 2009
+++ php-src/ext/mysqli/tests/057.phpt Fri May 29 13:02:43 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