View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000180 | Xdebug | Uncategorized | public | 2006-05-07 02:04 | 2006-05-07 17:20 | 
| Reporter | judas_iscariote | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | closed | Resolution | open | ||
| Summary | 0000180: collected includes not shown in trace files | ||||
| Description | For some reason I can't figure , xdebug trace files, contained the value of the included/required files and worked OK. but at some point between 5.1.2 and 5.1.4 development it stopped working and now it just mention include/required but not what file was included. i.e in the past traces looked like : require_once('/path/to/included/file') /srv/www/htdocs/foo.php:10 but now it just shows require_once() /srv/www/htdocs/foo.php:10 | ||||
| Additional Information | this happends using default xdebug settings plus xdebug.auto_trace On Derick : sorry If Im missing something | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux 64 bit | ||||
| PHP Version | 5.1-dev | ||||
|  | gotcha :) here is the patch ;) --- xdebug.c    14 Apr 2006 10:07:07 -0000      1.310 #if (PHP_MAJOR_VERSION == 6) || \ 
 | 
|  | of course this is because in current PHP CVS version is 5.2.0-dev | 
|  | ok.seems this is much better right ? --- xdebug.c    14 Apr 2006 10:07:07 -0000      1.310 #if (PHP_MAJOR_VERSION == 6) || \ 
 -#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 1) || (PHP_MAJOR_VERSION >= 6) | 
|  | Fixed in CVS, thanks for the patch! | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2006-05-07 02:04 | judas_iscariote | New Issue | |
| 2006-05-07 02:30 | judas_iscariote | Note Added: 0000396 | |
| 2006-05-07 02:35 | judas_iscariote | Note Added: 0000397 | |
| 2006-05-07 02:47 | judas_iscariote | Note Added: 0000398 | |
| 2006-05-07 17:20 | derick | Status | new => closed | 
| 2006-05-07 17:20 | derick | Note Added: 0000399 | |
| 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 | 
