The following bug requires your FEEDBACK.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000190
======================================================================
Reporter: chaospace
Handler:
======================================================================
Project: Xdebug
Bug ID: 190
Category: Usage problems
Reproducibility: always
Severity: trivial
Priority: normal
Status: feedback
Operating System: Linux 2.6.17 Debian
PHP Version: 5.1.2
Xdebug Version: 1.3.2
======================================================================
Date Submitted: 2006-07-04 19:21 CEST
Last Modified: 2006-07-04 19:27 CEST
======================================================================
Summary: 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";
======================================================================
----------------------------------------------------------------------
derick - 2006-07-04 19:27 CEST
----------------------------------------------------------------------
Xdebug 1.3.2 is very old, please try 2.0.0beta6 first.
Bug History
Date Modified Username Field Change
======================================================================
2006-07-04 19:21chaospace New Bug
2006-07-04 19:21chaospace Bug Monitored: chaospace
2006-07-04 19:27derick Bugnote Added: 0000424
2006-07-04 19:27derick Status new => feedback
======================================================================
Received on Tue Jul 04 2006 - 19:27:41 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST