pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-xdebug



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Aug 13 17:31:09 UTC 2016

Modified Files:
        pkgsrc/devel/php-xdebug: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/php-xdebug/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/php-xdebug/Makefile
diff -u pkgsrc/devel/php-xdebug/Makefile:1.11 pkgsrc/devel/php-xdebug/Makefile:1.12
--- pkgsrc/devel/php-xdebug/Makefile:1.11       Tue Jul 26 09:17:35 2016
+++ pkgsrc/devel/php-xdebug/Makefile    Sat Aug 13 17:31:09 2016
@@ -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"

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.7 pkgsrc/devel/php-xdebug/distinfo:1.8
--- pkgsrc/devel/php-xdebug/distinfo:1.7        Tue Jul 26 09:17:35 2016
+++ pkgsrc/devel/php-xdebug/distinfo    Sat Aug 13 17:31:09 2016
@@ -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