f24db0cb55
Add support to php 8.0.0 Mention breacking changes in configuration in the pkg-message
28 lines
735 B
Plaintext
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
|
|
}
|
|
]
|