summaryrefslogtreecommitdiff
path: root/devel/php-xdebug/pkg-message
blob: bb39f0e2aa5e160e0c978d2ea8a06607831300d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*****************************************************************************
The php debugger 'xdebug' has been installed successful.
Add a line containing

	extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so

or

	zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so

to your php.ini to load it. xdebug is not compatible with the extension
'Zend Optimizer' - you're only able to use one of them. So take care having
at least the lesser required extension disabled by commenting out it's
loader line in your php.ini.

Add following section to enable/disable whatever you need from xdebug:

	xdebug.auto_profile [1|On | 0|Off]
	xdebug.auto_profile_mode [profile mode, integer]
	xdebug.output_dir [string]

*****************************************************************************