Port details |
- pecl-xdebug Xdebug extension for PHP
- 3.1.5 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: pizzamig@FreeBSD.org
 - Port Added: 2018-01-30 15:19:11
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- Also Listed In: pear
- License: PHP30
- Description:
- The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information. The debug information that Xdebug can provide
includes the following:
* stack and function traces in error messages with:
o full parameter display for user defined functions
o function name, file name and line indications
o support for member functions
* memory allocation
* protection for infinite recursions
Xdebug also provides:
* profiling information for PHP scripts
* script execution analysis
* capabilities to debug your scripts interactively with a debug client
WWW: http://www.xdebug.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php80-pecl-xdebug>0:devel/pecl-xdebug
- To install the port:
- cd /usr/ports/devel/pecl-xdebug/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pecl-xdebug
- pkg install php80-pecl-xdebug
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php80-pecl-xdebug
- Package flavors (<flavor>: <package>)
- php80: php80-pecl-xdebug
- php74: php74-pecl-xdebug
- php81: php81-pecl-xdebug
- distinfo:
- TIMESTAMP = 1655139380
SHA256 (PECL/xdebug-3.1.5.tgz) = 55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
SIZE (PECL/xdebug-3.1.5.tgz) = 232070
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php80
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php80
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_pecl-xdebug
- USES:
- php:pecl,zend tar:tgz
- pkg-message:
- For install:
- The php debugger 'xdebug' has been installed successful.
Add a line containing
extension=/usr/local/lib/php/20200930/xdebug.so
or
zend_extension=/usr/local/lib/php/20200930/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
- Master Sites:
|