View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000827 | Xdebug | Uncategorized | public | 2012-05-03 12:36 | 2012-05-07 12:46 |
| Reporter | zoes | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Mac | OS | OSX or Linux | OS Version | any |
| Product Version | 2.2.0RC1 | ||||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0 | ||
| Summary | 0000827: Enabling Xdebug causes phpt tests to fail because of var_dump() formatting issues | ||||
| Description | I think this is also related to 0000823. I have xdebug enabled using the following line in php.ini: zend_extension="/Users/zoe/Applications/XDEBUG/xdebug-2.2.0RC1/modules/xdebug.so"; A group of the CGI tests fail when I run them. I'm not sure why just CGI tests, other tests depend on var_dump() output. | ||||
| Steps To Reproduce | To reproduce run this script (modifying paths where necessary): export TEST_PHP_EXECUTABLE=/path-to-php/php Both with and without xdebug enabled. The test will pass without xdebug and fail with it. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4.0 | ||||