Test: /ext/pdo_mysql/tests/bug53551.phpt - Version 7.3.16        

Bug #53551 PDOStatement execute segfaults for pdo_mysql driver
Submitted: 2010-12-15 22:31:18 Modified: 2011-01-31 10:25:04
From: eddawley Assigned: mysql
Status: Closed Package: PDO related
PHP Version: 5.3.4 OS: Centos 5

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Termsig=11
001- 1
002-
003- Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'count' cannot be null in %s on line %d
004- array(3) {
005- [0]=>
006- string(5) "23000"
007- [1]=>
008- int(1048)
009- [2]=>
010- string(29) "Column 'count' cannot be null"
011- }
012- 2
013-
014- Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'count' cannot be null in %s on line %d
015- array(3) {
016- [0]=>
017- string(5) "23000"
018- [1]=>
019- int(1048)
020- [2]=>
021- string(29) "Column 'count' cannot be null"
022- }
023-
024- done