aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-xdebug/files/pkg-message.in
blob: 32fbae663b4e1cbd215f0ac4bca12d9b3f50b660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{ type: install
  message: <<EOM
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.

xdebug 3.0 introduces several breaking changes in the configuration.
Please check the documentation at https://xdebug.org/docs/upgrade_guide

Add following section to enable profiling:

xdebug.mode=profile
xdebug.output_dir = /tmp/profiler
EOM
}
]