Wed, Aug 1, 2018 - xdebug 2.6.1 = Fixed bugs: - Fixed issue #1525: Namespace filter does equality match instead of prefix match - Fixed issue #1532: SIGABRT when using remote debugging and an error is thrown in eval() (Philip Hofstetter) - Fixed issue #1543: Various memory leaks due to changes in (internal) string handling - Fixed issue #1556: Crash when register_shutdown_function() is called with a function named call_user_func* - Fixed issue #1557: Remove 'return' in void xdebug_build_fname - Fixed issue #1568: Can't debug object properties that have numeric keys + Improvements: - Fixed issue #1487: Re-enable IPv6 test on Travis
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.20 2018/09/23 18:41:46 taca Exp $
|
|
#
|
|
|
|
MODNAME= xdebug
|
|
PECL_VERSION= 2.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://xdebug.org/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
HOMEPAGE= http://xdebug.org/
|
|
COMMENT= PHP extension for debugging
|
|
LICENSE= php
|
|
|
|
PHP_ZEND_EXTENSION= yes
|
|
|
|
PHP_VERSIONS_ACCEPTED= 70 71 72
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|