View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000190 | Xdebug | Uncategorized | public | 2006-07-04 18:21 | 2006-08-11 17:06 |
Reporter | chaospace | Assigned To | derick | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000190: Assigning required filenames at runtime | ||||
Description | in //PEAR/HTTP/Session/Session.php such piece of code could be found: $container_class = 'HTTP_Session_Container_' . $container; $container_classfile = 'HTTP/Session/Container/' . $container . '.php'; require_once $container_classfile; the page silently dies on the 'require_once' statement, which is perfectly ok without xdebug. when I tried to force it to evaluate the string before passed to the statement, it worked well: require_once "$container_classfile"; | ||||
Tags | No tags attached. | ||||
Operating System | Linux 2.6.17 Debian | ||||
PHP Version | 5.1.2 | ||||
|
Xdebug 1.3.2 is very old, please try 2.0.0beta6 first. |
|
thanx for your feedback. tested localy on WindowsXP/php5.1.2/xdebug2.0.0b6 and seems ok. thus, the solution of this problem is either upgrade or, if you don't have the server under your control, use the workaround as stated above. |
|
Okay, great. I'll close the bug then. regards, Derick |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-07-04 18:21 | chaospace | New Issue | |
2006-07-04 18:27 | derick | Note Added: 0000424 | |
2006-07-04 18:27 | derick | Status | new => feedback |
2006-07-04 18:51 | chaospace | Note Added: 0000425 | |
2006-08-11 17:06 | derick | Status | feedback => resolved |
2006-08-11 17:06 | derick | Resolution | open => fixed |
2006-08-11 17:06 | derick | Assigned To | => derick |
2006-08-11 17:06 | derick | Note Added: 0000429 | |
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 |