View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000863 | Xdebug | Uncategorized | public | 2012-06-28 21:03 | 2020-03-12 18:01 |
Reporter | jmikola | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
OS | Ubuntu Linux | OS Version | 12.04 | ||
Product Version | 2.2.0 | ||||
Fixed in Version | 2.3.0 | ||||
Summary | 0000863: xdebug.overload_var_dump cannot be altered with ini_set() at runtime | ||||
Description | Controlling var_dump overloading at runtime would be beneficial. | ||||
Steps To Reproduce | False is returned: var_dump(ini_set('xdebug.overload_var_dump', 0)); | ||||
Tags | No tags attached. | ||||
Operating System | Ubuntu Linux | ||||
PHP Version | 5.4-dev | ||||
|
This is probably a better test, with the same output before and after ini_set(): var_dump(ini_get('xdebug.overload_var_dump')); |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-06-28 21:03 | jmikola | New Issue | |
2012-06-28 21:19 | jmikola | Note Added: 0002309 | |
2012-06-28 21:25 | derick | Target Version | => 2.2.1 |
2012-07-14 22:14 | derick | Target Version | 2.2.1 => 2.2.2 |
2013-03-23 14:50 | derick | Target Version | 2.2.2 => 2.2.3 |
2013-05-22 03:51 | derick | Target Version | 2.2.3 => 2.2.x |
2013-06-10 09:56 | derick | Status | new => closed |
2013-06-10 09:56 | derick | Assigned To | => derick |
2013-06-10 09:56 | derick | Resolution | open => fixed |
2013-06-10 09:56 | derick | Fixed in Version | => 2.3dev |
2015-02-22 14:30 | derick | Fixed in Version | 2.3dev => 2.3.0 |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 18:01 | derick | Category | Feature/Change request => Uncategorized |