Test: /ext/mysqli/tests/bug63398.phpt - Version 5.3.20        

Bug #63398 Segfault when polling closed link
Submitted: 2012-10-30 13:40:56 Modified: 2012-11-30 06:52:23
From: aeryaguzov Assigned: laruence
Status: Closed Package: MySQLi related
PHP Version: 5.4.8 OS: Ubuntu 12.04

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

Count Diff
19 (56%)
001+ Warning: mysqli::mysqli(): [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in %s/bug63398.php on line 2
002+
003+ Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in %s/bug63398.php on line 2
004+
005+ Warning: mysqli_close(): Couldn't fetch mysqli in %s/bug63398.php on line 4
006+
10 (29%)
001+ Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'test'@'localhost' (using password: NO) in %s/bug63398.php on line 2
002+
003+ Warning: mysqli_close(): Couldn't fetch mysqli in %s/bug63398.php on line 4
004+
2 (6%)
001+ Warning: mysqli::mysqli(): [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) in %s/bug63398.php on line 2
002+
003+ Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in %s/bug63398.php on line 2
004+
005+ Warning: mysqli_close(): Couldn't fetch mysqli in %s/bug63398.php on line 4
006+
1 (3%)
001+ Warning: mysqli::mysqli(): [2002] No such file or directory (trying to connect via unix:///var/lib/mysql/mysql.sock) in %s/bug63398.php on line 2
002+
003+ Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in %s/bug63398.php on line 2
004+
005+ Warning: mysqli_close(): Couldn't fetch mysqli in %s/bug63398.php on line 4
006+
1 (3%)
001+ Warning: mysqli::mysqli(): [2002] No such file or directory (trying to connect via unix:///var/lib/mysql.sock) in %s/bug63398.php on line 2
002+
003+ Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in %s/bug63398.php on line 2
004+
005+ Warning: mysqli_close(): Couldn't fetch mysqli in %s/bug63398.php on line 4
006+
1 (3%)
001+ Warning: mysqli::mysqli(): (42000/1044): Access denied for user ''@'localhost' to database 'test' in %s/bug63398.php on line 2
002+
003+ Warning: mysqli_close(): Couldn't fetch mysqli in %s/bug63398.php on line 4
004+