opnsense-ports/devel/php-xdebug/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
723 B
Text

*****************************************************************************
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 profiling:
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /tmp/profiler
*****************************************************************************