freebsd-ports/devel/pecl-xdebug/files/pkg-message.in
Luca Pizzamiglio 94689de62c devel/php-xdebug -> devel/pecl-xdebug
Using pecl instead that a legacy way to build the extension
Reviewed by:	olivier
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D13825
2018-01-30 15:15:53 +00:00

15 lines
608 B
Text

*****************************************************************************
The php debugger 'xdebug' has been installed successful.
It has been automatically enabled.
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 its %%PREFIX%%/etc/php/ext-* file.
Add following section to enable profiling:
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /tmp/profiler
*****************************************************************************