summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-08-13 17:31:09 +0000
committertaca <taca@pkgsrc.org>2016-08-13 17:31:09 +0000
commit956d5d1ee3f8e5cf5885cd72c844a9a7726ed3cf (patch)
treeb820034acde13d3d77abc85a05100d9d5adf4751 /devel
parent68849cb33daa9282d227798118b637d8b848baf4 (diff)
downloadpkgsrc-956d5d1ee3f8e5cf5885cd72c844a9a7726ed3cf.tar.gz
Update php-xdebug to 2.4.1.
* It support php70 but not yet php71. Tue, Aug 02, 2016 - xdebug 2.4.1 = Fixed bugs: - Fixed issue #1106: A thrown Exception after a class with __debugInfo gives 2 errors - Fixed issue #1241: FAST_CALL/FAST_RET take #2 - Fixed issue #1246: Path and branch coverage should be initialised per request, not globally - Fixed issue #1263: Code coverage segmentation fault with opcache enabled - Fixed issue #1277: Crash when using a userland function from RSHUTDOWN with profiling enabled - Fixed issue #1282: var_dump() of integers > 32 bit is broken on Windows - Fixed issue #1288: Segfault when uncaught exception message does not contain " in " - Fixed issue #1291: Debugclient installation fails on Mac OS X - Fixed issue #1326: Tracing and generators crashes with PHP 7.x - Fixed issue #1333: Profiler accesses memory structures after freeing
Diffstat (limited to 'devel')
-rw-r--r--devel/php-xdebug/Makefile6
-rw-r--r--devel/php-xdebug/distinfo10
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile
index a6889e1803c..da7f6870dd9 100644
--- a/devel/php-xdebug/Makefile
+++ b/devel/php-xdebug/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/07/26 09:17:35 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2016/08/13 17:31:09 taca Exp $
#
MODNAME= xdebug
-PECL_VERSION= 2.4.0
+PECL_VERSION= 2.4.1
CATEGORIES= devel
MASTER_SITES= http://xdebug.org/files/
EXTRACT_SUFX= .tgz
@@ -12,6 +12,8 @@ HOMEPAGE= http://xdebug.org/
COMMENT= PHP extension for debugging
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56 70
+
PHP_ZEND_EXTENSION= yes
.include "../../lang/php/ext.mk"
diff --git a/devel/php-xdebug/distinfo b/devel/php-xdebug/distinfo
index 63d5008f488..31f2f2fe11f 100644
--- a/devel/php-xdebug/distinfo
+++ b/devel/php-xdebug/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/07/26 09:17:35 jdolecek Exp $
+$NetBSD: distinfo,v 1.8 2016/08/13 17:31:09 taca Exp $
-SHA1 (php-xdebug/xdebug-2.4.0.tgz) = a9bc9c6b9e8bc913fb1f7c6f6d19f6222d430414
-RMD160 (php-xdebug/xdebug-2.4.0.tgz) = dd9ce9f56265941c50526ed2430eb8f0bf5d1a43
-SHA512 (php-xdebug/xdebug-2.4.0.tgz) = 3cc4b5d0cec8048543a9b34a61479303b15fe765d24507a2d24ac42f2f18c625cccc3c44b2e4dacb923f05dd429df8ca3a8909a9def9920d3f44514a31f7cf29
-Size (php-xdebug/xdebug-2.4.0.tgz) = 264832 bytes
+SHA1 (php-xdebug/xdebug-2.4.1.tgz) = 52b5cede5dcb815de469d671bfdc626aec8adee3
+RMD160 (php-xdebug/xdebug-2.4.1.tgz) = 01ce20a7b785b5eb04fd90f5be516b89e6898f80
+SHA512 (php-xdebug/xdebug-2.4.1.tgz) = 64b345b4809fb0f020eb8fe7a0826056a64728ec9565bbb2d0e717ac7b3ca8aa0856b91c2ba47a7435b7500c5efa643682f245d6cd9d0a537f8bb9ab0d5cea3a
+Size (php-xdebug/xdebug-2.4.1.tgz) = 265542 bytes