Files
ports/devel/pecl-xdebug/files/pkg-message.in
T
Luca Pizzamiglio f24db0cb55 devel/pecl-xdebug: update to 3.0.1
Add support to php 8.0.0
Mention breacking changes in configuration in the pkg-message
2020-12-07 08:57:40 +00:00

28 lines
735 B
Plaintext

[
{ 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
}
]