View Issue Details

IDProjectCategoryView StatusLast Update
0000491XdebugProfilingpublic2020-03-12 17:38
Reporterjohnbintz Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionnot fixable 
Product Version2.0.0dev 
Summary0000491: Allow for reduction of profiler INI restrictions in configure script
Description

It would be nice to be able to specify that you want to enable/disable profiling of code via INI settings changes within the code itself, say if you want to enable the profiler within automated test suites. I believe this could be cleanly accomplished via an option in the configure script to allow for reduced restrictions on the profiler's INI options (to PHP_INI_ALL, for example) before building. This would not be the default option, so the person who compiles the software would have to specify this change to the core code.

TagsNo tags attached.
Operating SystemLinux
PHP Version5.3.0

Activities

derick

2009-11-27 16:46

administrator   ~0001179

This is unfortunately not possible. The profiler will only work if it can profile the whole request. This means it needs to be enabled before the PHP script even starts running.

Issue History

Date Modified Username Field Change
2009-11-23 21:38 johnbintz New Issue
2009-11-23 21:38 johnbintz Operating System => Linux
2009-11-23 21:38 johnbintz PHP Version => 5.3.0
2009-11-23 21:38 johnbintz Xdebug Version => 2.0.4
2009-11-27 16:46 derick Note Added: 0001179
2009-11-27 16:46 derick Status new => resolved
2009-11-27 16:46 derick Resolution open => not fixable
2009-11-27 16:46 derick Assigned To => derick
2020-03-12 16:55 derick Severity trivial => feature
2020-03-12 17:38 derick Category Feature/Change request => Profiling