View Issue Details

IDProjectCategoryView StatusLast Update
0000413XdebugProfilingpublic2020-03-12 17:14
Reportercweiske Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Summary0000413: use XDEBUG_PROFILE environment variable as profiler_enable_trigger
Description

It should be possible to declare an environment variable XDEBUG_PROFILE on the commandline that starts the profiler when xdebug.profiler_enable_trigger is enabled.

TagsNo tags attached.
Operating System
PHP Version5.2.6

Activities

derick

2009-12-30 13:07

administrator   ~0001239

You can already do this (differently) with:

export XDEBUG_CONFIG="profiler_enable=1"

This will override the xdebug.profiler_enable INI setting.

Issue History

Date Modified Username Field Change
2008-10-08 15:56 cweiske New Issue
2009-12-30 13:07 derick Note Added: 0001239
2009-12-30 13:07 derick Status new => resolved
2009-12-30 13:07 derick Resolution open => no change required
2009-12-30 13:07 derick Assigned To => derick
2020-03-12 16:55 derick Severity minor => feature
2020-03-12 17:14 derick Category Feature/Change request => Profiling