View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000080 | Xdebug | Uncategorized | public | 2004-07-26 12:07 | 2004-08-02 09:43 |
| Reporter | mathieu | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0000080: xdebug.show_local_vars=1 has no effect | ||||
| Description | xdebug.show_local_vars=1 in php.ini has no effect : error message still not display the "variables in local scope" section. | ||||
| Additional Information | xdebug.default_enable=1 works. | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux | ||||
| PHP Version | 4.3.7 | ||||
|
|
Works fine here, I need a short! script so that I can try to reproduce it and the exact error message that you got. |
|
|
------- Test Script -------
} a() ; ------- php.ini ------- ------- Navigator message ------- Warning: Division by zero in /home/mathieu/Www/test.php on line 7Call Stack@ {main}() BUT NO LOCAL VARIABLE SECTION Is it enough ? Mathieu edited on: 2004-07-28 17:47 edited on: 2004-07-29 10:37 |
|
|
This is not a bug as this feature is only implemented in Xdebug 2. The documentation did not mention this, so that's where the bug was. |