View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000355 | Xdebug | public | 2008-02-26 23:10 | 2009-11-22 19:43 | |
| Reporter | ozgur | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000355: Invalid Trace File | ||||
| Description | In trace files, the same function number is shared between completely different functions (ie. function number collusion). I suspect it is related with handling of register_shutdown_function. I can reproduce the situation with the following code: <?php function foo() function bar() register_shutdown_function("bar"); foo(); ?> The trace file output is: Version: 2.0.2 as you see both "foo" and "bar" functions have function # of 2. Thanks! | ||||
| Tags | No tags attached. | ||||
| Operating System | Debian | ||||
| PHP Version | 5.2.5 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-02-26 23:10 | ozgur | New Issue | |
| 2008-02-26 23:18 | ozgur | Note Added: 0000828 | |
| 2009-11-22 19:43 | derick | Note Added: 0001163 | |
| 2009-11-22 19:43 | derick | Status | new => closed |
| 2009-11-22 19:43 | derick | Resolution | open => fixed |
| 2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
| 2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |