Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163721 - dev-php[45]/xdebug does not work - wrong configuration
Summary: dev-php[45]/xdebug does not work - wrong configuration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest minor (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 08:58 UTC by Christian Weiske
Modified: 2007-03-06 23:27 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 Christian Weiske 2007-01-25 08:58:10 UTC
When using php's debug use flag, xdebug won't work with the configuration supplied by the ebuild.

The file /etc/php/cli-php5/ext-active/xdebug.ini has the line
> zend_extension=
but needs to be
> zend_extensin_debug=
since debug is enable for php.

Otherwise xdebug will not be loaded.
Comment 1 Luca Longinotti (RETIRED) gentoo-dev 2007-03-06 23:27:18 UTC
This is fixed in the current eclasses, if debug is enabled you will get zend_extension_debug, and if threads are enabled, you'll get the appropriate threaded-ini-entries.
Best regards, CHTEKK.