Test: /ext/mysqli/tests/bug34810.phpt - Version 5.3.17        

Bug #34810 mysqli::init() and others use wrong $this pointer without checks
Submitted: 2005-10-10 14:37:56 Modified: 2005-10-10 14:59:55
From: antony Assigned: tony2001
Status: Closed Package: Reproducible crash
PHP Version: 5.1.0RC1 OS: Linux

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:50163 Library:50528 in /usr/local/src/php-5.3.17/ext/mysqli/tests/connect.inc on line 94
078+
079+ Warning: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:50163 Library:50528 in /usr/local/src/php-5.3.17/ext/mysqli/tests/connect.inc on line 125
1 (33%)
077+ [002] Empty error message!
078+ object(mysqli_warning)#5 (3) {
079+ ["message"]=>
080+ string(61) "Data truncated; NULL supplied to NOT NULL column 'a' at row 3"
081+ ["sqlstate"]=>
082+ string(5) "HY000"
083+ ["errno"]=>
084+ int(1263)
085+ }