[xdebug-dev] Bug 0000190: Assigning required filenames at runtime

From: <xdebug-dev[@]lists.xdebug.org>
Date: Tue, 4 Jul 2006 19:27:34 +0200

A BUGNOTE has been added to this bug.
======================================================================
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: new
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
======================================================================
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