View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000565 | Xdebug | Uncategorized | public | 2010-04-16 01:05 | 2010-04-20 13:41 |
Reporter | do_aki | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.1.0RC1 | ||||
Summary | 0000565: xdebug.show_local_vars setting does not work with php 5.3 | ||||
Description | All variables value displayed "Undefined" (HTML) or "uninitialized" (TEXT) in "Variables in local scope" when exception is thrown. Condition: configuration settings : "xdebug.show_local_vars = 1"
| ||||
Additional Information | This problem was confirmed to operate normally with the following patches. I think that it is a problem of originating in "Lazy EG(active_symbol_table) initialization". --- xdebug.c.original 2010-04-15 15:39:56.000000000 +0900
--- xdebug_stack.c.original 2010-04-15 15:45:52.000000000 +0900 +#if PHP_VERSION_ID >= 50300
| ||||
Tags | No tags attached. | ||||
Operating System | CentOS 5.4 x86_64 | ||||
PHP Version | 5.3.1 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-04-16 01:05 | do_aki | New Issue | |
2010-04-16 01:05 | do_aki | Operating System | => CentOS 5.4 x86_64 |
2010-04-16 01:05 | do_aki | PHP Version | => 5.3.1 |
2010-04-16 01:05 | do_aki | Xdebug Version | => 2.1.0rc1 |
2010-04-20 13:41 | derick | Note Added: 0001451 | |
2010-04-20 13:41 | derick | Status | new => closed |
2010-04-20 13:41 | derick | Resolution | open => fixed |
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 |