diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2018-01-31 21:14:12 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2018-01-31 21:14:12 +0000 |
commit | 5f234e4afcf74a13060cc1c4532d410433596e22 (patch) | |
tree | 4adabfac5f473378ac76bd6a13d7823ded9cfbb5 /devel | |
parent | 0310705861be5f21e313e96d198bd5b2215c7f86 (diff) | |
download | pkgsrc-5f234e4afcf74a13060cc1c4532d410433596e22.tar.gz |
Update php-xdebug to final released version 2.6.0
Changes since 2.6.0beta1:
[2018-01-29] — Xdebug 2.6.0
Fixed bugs
Fixed bug #1522: Remote debugging test failures on s390 (Big Endian).
[2018-01-23] — Xdebug 2.6.0RC2
Fixed bugs
Fixed bug #1521: xdebug_gc_stats.* missing from 2.6.0RC1 tarball.
[2018-01-22] — Xdebug 2.6.0RC1
Added features
Fixed bug #1506: Add garbage collection statistics feature (Benjamin Eberlei).
Fixed bug #1507: Add functions to access Zend Engine garbage collection metrics (Benjamin Eberlei).
Improvements
Fixed bug #1510: Change switch/case "break intentionally missing" comments to use GCC 7's new "fallthrough" attribute.
Fixed bug #1511: Detect and use compiler flags through new configure option.
Fixed bugs
Fixed bug #1335: Debugging with PhpStorm sometimes gives "can not get property".
Fixed bug #1454: Invalid memory read or segfaults from a __call() method.
Fixed bug #1508: Code coverage filter not checked in xdebug_common_assign_dim handler.
Fixed bug #1509: Code coverage missing for case inside switch with PHP 7.2.
Fixed bug #1512: Xdebug does not properly encode and escape properties with quotes and \0 characters.
Fixed bug #1514: Variable names with a NULL char are cut off at NULL char.
Fixed bug #1515: Object property names with a NULL char are cut off at NULL char.
Fixed bug #1516: Can't fetch variables or object properties which have \0 characters in them.
Fixed bug #1517: Notifications incorrectly specify the error type in "type_string" instead of "type".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php-xdebug-devel/Makefile | 4 | ||||
-rw-r--r-- | devel/php-xdebug-devel/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/php-xdebug-devel/Makefile b/devel/php-xdebug-devel/Makefile index 4e98c940afc..cc9d1d33247 100644 --- a/devel/php-xdebug-devel/Makefile +++ b/devel/php-xdebug-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2018/01/06 15:48:45 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2018/01/31 21:14:12 jdolecek Exp $ # MODNAME= xdebug -PECL_VERSION= 2.6.0beta1 +PECL_VERSION= 2.6.0 CATEGORIES= devel MASTER_SITES= http://xdebug.org/files/ EXTRACT_SUFX= .tgz diff --git a/devel/php-xdebug-devel/distinfo b/devel/php-xdebug-devel/distinfo index 0eb2e521316..f15f7b1e206 100644 --- a/devel/php-xdebug-devel/distinfo +++ b/devel/php-xdebug-devel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/01/06 15:48:45 jdolecek Exp $ +$NetBSD: distinfo,v 1.3 2018/01/31 21:14:12 jdolecek Exp $ -SHA1 (php-xdebug/xdebug-2.6.0beta1.tgz) = 4afc4c861c7693f2a1f123e7a2b397735f23c64d -RMD160 (php-xdebug/xdebug-2.6.0beta1.tgz) = a2bf610eb2a9281a54bea714dcd774965f4df94d -SHA512 (php-xdebug/xdebug-2.6.0beta1.tgz) = 2544d150d1ffc439c148ffa0b61f762b365fc77bc74d870c15c8f6d6869309a39ba21e6347651478e00be7f6ee93a1388340f9ec9c00e79f83f2c8220fd6c008 -Size (php-xdebug/xdebug-2.6.0beta1.tgz) = 279605 bytes +SHA1 (php-xdebug/xdebug-2.6.0.tgz) = 5eacdcc57d2ae2b56679a61eaca6e577934175ba +RMD160 (php-xdebug/xdebug-2.6.0.tgz) = 8d3f60a50ca69588fc1936384df044802bf31edf +SHA512 (php-xdebug/xdebug-2.6.0.tgz) = e81f771478eb45cdae5814037ac1b86bcb8c5616d22dcac436482c350187c53d3cc6d54be740a49dca6d38c58c086db6e4a68eb3004a0152d6215c97512538a2 +Size (php-xdebug/xdebug-2.6.0.tgz) = 283644 bytes |