pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-xdebug Update php-xdebug to 2.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d747d9208fcd
branches:  trunk
changeset: 351075:d747d9208fcd
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 13 17:31:09 2016 +0000

description:
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:

 devel/php-xdebug/Makefile |   6 ++++--
 devel/php-xdebug/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r f9c88a3492c9 -r d747d9208fcd devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Sat Aug 13 14:17:01 2016 +0000
+++ b/devel/php-xdebug/Makefile Sat Aug 13 17:31:09 2016 +0000
@@ -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 @@
 COMMENT=               PHP extension for debugging
 LICENSE=               php
 
+PHP_VERSIONS_ACCEPTED= 55 56 70
+
 PHP_ZEND_EXTENSION=    yes
 
 .include "../../lang/php/ext.mk"
diff -r f9c88a3492c9 -r d747d9208fcd devel/php-xdebug/distinfo
--- a/devel/php-xdebug/distinfo Sat Aug 13 14:17:01 2016 +0000
+++ b/devel/php-xdebug/distinfo Sat Aug 13 17:31:09 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index