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

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+ Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'Traditional' in %s/bug53551.php on line 14
002-
003- Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'count' cannot be null in %s on line %d
005+ string(5) "00000"
006- string(5) "23000"
007+ NULL
008- int(1048)
009+ NULL
010- string(29) "Column 'count' cannot be null"
013-
014- Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'count' cannot be null in %s on line %d
014+ string(5) "00000"
016+ NULL
017- string(5) "23000"
018+ NULL
019- int(1048)
021- string(29) "Column 'count' cannot be null"