Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192212 - dev-php5/xdebug-2.0.0 default config breaks profiler
Summary: dev-php5/xdebug-2.0.0 default config breaks profiler
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 19:09 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2007-09-11 19:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2007-09-11 19:09:36 UTC
In the ebuild line

php-ext-base-r1_addtoinifiles "xdebug.profiler_output_name" '"crc32"'

should be changed to:

php-ext-base-r1_addtoinifiles "xdebug.profiler_output_name" '"cachegrind.out.%p"'

because now that's the default config. Otherwise the output will be saved to /tmp/crc32 (this version interprets value of this config entry differently), which is most probably not what was intended.
Comment 1 Christian Hoffmann (RETIRED) gentoo-dev 2007-09-11 19:45:09 UTC
Fixed for dev-php[45]/xdebug in CVS, thanks for reporting.
Also added xdebug.trace_output_name="trace.%c".