Test: /ext/mysqli/tests/bug42378.phpt - Version 5.3.24        

Bug #42378 bind_result memory exhaustion
Submitted: 2007-08-22 11:33:14 Modified: 2008-03-25 19:09:41
From: jullrich Assigned: andrey
Status: Wont fix Package: MySQLi related
PHP Version: 5.2.3 OS: Linux (CentOS 4.5)

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

Count Diff
2 (67%)
001+ Warning: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50169 Library:50503 in /php-5.3.24/ext/mysqli/tests/connect.inc on line 94
1 (33%)
003+
004+ Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 1431655788 bytes) in %s/bug42378.php on line 112
003- FLOAT
004- id AS order_by_col, FORMAT(col1, 0)
005- FLOAT UNSIGNED
006- id AS order_by_col, FORMAT(col1, 0)
007- DECIMAL(5,0)
008- id AS order_by_col, FORMAT(col1, 0)
009- done!