View Issue Details

IDProjectCategoryView StatusLast Update
0000404XdebugProfilingpublic2016-12-13 21:10
Reporterfcm Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionnot fixable 
Target Version2.2dev 
Summary0000404: auto_prepend_file and 2.0.3 incompatible
Description

Hi,

The bug 285 is still present and I can reproduce it:

1.- Use an htaccess with :
php_value auto_prepend_file "d:/www/library/tech/configuration.php"

Then only this file is profiled.

(Thanks for your great tool/project. A must-have!!! :) )

Fred (from Switzerland)

Additional Information

I use this in my php.ini:
zend_extension_ts = "C:/php/ext/php_xdebug-2.0.3-5.1.7.dll"
xdebug.profiler_output_dir = "C:/php/tmp"
xdebug.profiler_enable = 1

TagsNo tags attached.
Operating System
PHP Version5.1.4

Activities

takar

2010-06-16 19:55

reporter   ~0001497

I have confirmed this issue with PHP 5.2.6-1+lenny8. I had the same issue while setting an auto_prepend_file using php.ini.

akkie

2011-08-30 13:40

reporter   ~0001796

Same problem here with php5.3.8

derick

2012-02-29 13:16

administrator   ~0001940

I'm aware of this issue, but I don't have any idea on how to fix it yet.

derick

2016-12-13 21:09

administrator   ~0004043

This is not fixable. I can not guess from within Xdebug whether the current script is an auto_prepend_file being executed, or just a normal script.

derick

2016-12-13 21:09

administrator   ~0004044

This is not fixable. I can not guess from within Xdebug whether the current script is an auto_prepend_file being executed, or just a normal script.

Issue History

Date Modified Username Field Change
2008-08-26 10:27 fcm New Issue
2010-03-20 23:47 derick Target Version => 2.2dev
2010-06-16 19:55 takar Note Added: 0001497
2011-08-30 13:40 akkie Note Added: 0001796
2012-02-29 13:16 derick Note Added: 0001940
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)
2016-12-13 21:09 derick Note Added: 0004043
2016-12-13 21:09 derick Status new => resolved
2016-12-13 21:09 derick Resolution open => not fixable
2016-12-13 21:09 derick Assigned To => derick
2016-12-13 21:09 derick Note Added: 0004044
2016-12-13 21:10 derick Category (No Category) => Profiling