Wed Jan 31 21:14:12 2018 UTC ()
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".


(jdolecek)
diff -r1.2 -r1.3 pkgsrc/devel/php-xdebug-devel/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/php-xdebug-devel/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/php-xdebug-devel/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/php-xdebug-devel/Attic/Makefile 2018/01/06 15:48:45 1.2
+++ pkgsrc/devel/php-xdebug-devel/Attic/Makefile 2018/01/31 21:14:12 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2018/01/06 15:48:45 jdolecek Exp $ 1# $NetBSD: Makefile,v 1.3 2018/01/31 21:14:12 jdolecek Exp $
2# 2#
3 3
4MODNAME= xdebug 4MODNAME= xdebug
5PECL_VERSION= 2.6.0beta1 5PECL_VERSION= 2.6.0
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://xdebug.org/files/ 7MASTER_SITES= http://xdebug.org/files/
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= jdolecek@NetBSD.org 10MAINTAINER= jdolecek@NetBSD.org
11HOMEPAGE= http://xdebug.org/ 11HOMEPAGE= http://xdebug.org/
12COMMENT= PHP extension for debugging 12COMMENT= PHP extension for debugging
13LICENSE= php 13LICENSE= php
14 14
15PHP_ZEND_EXTENSION= yes 15PHP_ZEND_EXTENSION= yes
16 16
17# support for 5.5 and 5.6 dropped in 2.6.0 17# support for 5.5 and 5.6 dropped in 2.6.0
18PHP_VERSIONS_ACCEPTED= 70 71 72 18PHP_VERSIONS_ACCEPTED= 70 71 72

cvs diff -r1.2 -r1.3 pkgsrc/devel/php-xdebug-devel/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/php-xdebug-devel/Attic/distinfo 2018/01/06 15:48:45 1.2
+++ pkgsrc/devel/php-xdebug-devel/Attic/distinfo 2018/01/31 21:14:12 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/01/06 15:48:45 jdolecek Exp $ 1$NetBSD: distinfo,v 1.3 2018/01/31 21:14:12 jdolecek Exp $
2 2
3SHA1 (php-xdebug/xdebug-2.6.0beta1.tgz) = 4afc4c861c7693f2a1f123e7a2b397735f23c64d 3SHA1 (php-xdebug/xdebug-2.6.0.tgz) = 5eacdcc57d2ae2b56679a61eaca6e577934175ba
4RMD160 (php-xdebug/xdebug-2.6.0beta1.tgz) = a2bf610eb2a9281a54bea714dcd774965f4df94d 4RMD160 (php-xdebug/xdebug-2.6.0.tgz) = 8d3f60a50ca69588fc1936384df044802bf31edf
5SHA512 (php-xdebug/xdebug-2.6.0beta1.tgz) = 2544d150d1ffc439c148ffa0b61f762b365fc77bc74d870c15c8f6d6869309a39ba21e6347651478e00be7f6ee93a1388340f9ec9c00e79f83f2c8220fd6c008 5SHA512 (php-xdebug/xdebug-2.6.0.tgz) = e81f771478eb45cdae5814037ac1b86bcb8c5616d22dcac436482c350187c53d3cc6d54be740a49dca6d38c58c086db6e4a68eb3004a0152d6215c97512538a2
6Size (php-xdebug/xdebug-2.6.0beta1.tgz) = 279605 bytes 6Size (php-xdebug/xdebug-2.6.0.tgz) = 283644 bytes