View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000375 | Xdebug | Uncategorized | public | 2008-05-29 20:45 | 2009-11-22 16:58 |
Reporter | jpic | Assigned To | derick | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000375: Serializing PDO causes an error, stack trace required | ||||
Description | Serializing PDO causes "PDOException: You cannot serialize or unserialize PDO instances", but no stack trace is provided. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.6 | ||||
|
I think this has been fixed recently, I get this: cat foo.bar<?php derick@kossu:/tmp$ php foo.php Fatal error: Uncaught exception 'PDOException' with message 'You cannot serialize or unserialize PDO instances' in /tmp/foo.php on line 4 PDOException: You cannot serialize or unserialize PDO instances in /tmp/foo.php on line 4 Call Stack: |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-05-29 20:45 | jpic | New Issue | |
2009-11-22 16:58 | derick | Note Added: 0001156 | |
2009-11-22 16:58 | derick | Status | new => resolved |
2009-11-22 16:58 | derick | Resolution | open => unable to reproduce |
2009-11-22 16:58 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |