View Issue Details

IDProjectCategoryView StatusLast Update
0000185XdebugUncategorizedpublic2006-05-26 18:37
Reportermac Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000185: $_POST['XDEBUG_PROFILE'] does not trigger profiler
Description

if $_GET['XDEBUG_PROFILE'] is set, the profiler is triggered ok, but if $_POST['XDEBUG_PROFILE'] is set instead, the profiler does not produce a log file.

Additional Information

Built Xdebug 2.0.0beta5 using 'pear install xdebug-beta' on Fedora Core 2. Works fine apart from this.

extra php.ini lines added:
zend_extension = /usr/lib/php4/xdebug.so
[XDEBUG]
xdebug.profiler_output_dir = /var/www/vhosts/lemonrock.com/httpdocs/TEST
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name = timestamp

Apache 2

No other Zend extensions installed.

TagsNo tags attached.
Operating SystemLinux Fedora 2
PHP Version4.3.11

Activities

derick

2006-05-26 18:37

administrator   ~0000411

Fixed in CVS. Thanks for the report!

Issue History

Date Modified Username Field Change
2006-05-24 03:30 mac New Issue
2006-05-26 18:37 derick Status new => closed
2006-05-26 18:37 derick Note Added: 0000411
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized