View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000461 | Xdebug | public | 2009-08-05 22:57 | 2009-08-06 10:39 | |
Reporter | toddw | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Summary | 0000461: xdebug 2.0.5 with php 5.3 - context_get for function variables always appear as "unitialized" - Linux | ||||
Description | This is a similar report as to http://bugs.xdebug.org/view.php?id=376 Sample code: <?php class Test {
} function outer($arg1, $arg2) { $t = new Test('someone'); ?> If I place a breakpoint at any of the above "echo" lines, all local variables and function arguments are reported as uninitialized. Note: This seems specific to Linux (or it may be I'm doing something wrong with the compiling of xdebug), as the prebuilt xdebug Windows binaries do not have this problem. I've tried both x86 and x86_64 Linux platforms - both experience the same problem. The xdebug request/response is as follows: context_get -c 0 -d 0 -i 39 <?xml version="1.0" encoding="iso-8859-1"?> The initial xdebug handshake does confirm that I'm am indeed using the 2.0.5 version: <?xml version="1.0" encoding="iso-8859-1"?> | ||||
Additional Information | PHP version details (self compiled php 5.3.0 from php.net): | ||||
Tags | No tags attached. | ||||
Operating System | Linux | ||||
PHP Version | 5.3.0 | ||||
duplicate of | 0000376 | closed | Fail context for local variable |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-08-05 22:57 | toddw | New Issue | |
2009-08-05 22:57 | toddw | Operating System | => Linux |
2009-08-05 22:57 | toddw | PHP Version | => 5.3.0 |
2009-08-05 22:57 | toddw | Xdebug Version | => 2.0.5 |
2009-08-06 10:39 | derick | Note Added: 0001028 | |
2009-08-06 10:39 | derick | Relationship added | duplicate of 0000376 |
2009-08-06 10:39 | derick | Duplicate ID | 0 => 376 |
2009-08-06 10:39 | derick | Status | new => resolved |
2009-08-06 10:39 | derick | Resolution | open => duplicate |
2009-08-06 10:39 | derick | Assigned To | => derick |
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) |