pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-xdebug-devel



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Wed Jan 31 21:14:12 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/php-xdebug-devel/Makefile \
    pkgsrc/devel/php-xdebug-devel/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-devel/Makefile
diff -u pkgsrc/devel/php-xdebug-devel/Makefile:1.2 pkgsrc/devel/php-xdebug-devel/Makefile:1.3
--- pkgsrc/devel/php-xdebug-devel/Makefile:1.2  Sat Jan  6 15:48:45 2018
+++ pkgsrc/devel/php-xdebug-devel/Makefile      Wed Jan 31 21:14:12 2018
@@ -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
Index: pkgsrc/devel/php-xdebug-devel/distinfo
diff -u pkgsrc/devel/php-xdebug-devel/distinfo:1.2 pkgsrc/devel/php-xdebug-devel/distinfo:1.3
--- pkgsrc/devel/php-xdebug-devel/distinfo:1.2  Sat Jan  6 15:48:45 2018
+++ pkgsrc/devel/php-xdebug-devel/distinfo      Wed Jan 31 21:14:12 2018
@@ -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



Home | Main Index | Thread Index | Old Index