Test: /ext/mysqli/tests/bug55582.phpt - Version 5.6.37        

Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
Submitted: 2011-09-05 09:49:29 Modified: 2011-09-05 15:35:48
From: andrey Assigned: andrey
Status: Closed Package: MySQLi related
PHP Version: 5.4SVN-2011-09-05 (SVN) OS: all

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ Warning: mysqli_connect(): Headers and client library minor version mismatch. Headers:50645 Library:50560 in /usr/local/src/php-5.6.37/ext/mysqli/tests/connect.inc on line 96
1 (50%)
001+ ** ERROR: process timed out **
001- bool(true)
002-
003- Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
004- int(0)
005- array(1) {
006- [1]=>
007- string(1) "1"
008- }
009-
010- Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
011- int(0)
012- NULL
013- int(1)
014- done