pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/php-xdebug devel/php-xdebug: update to 2.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63dc61339c16
branches:  trunk
changeset: 342610:63dc61339c16
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Oct 22 08:20:23 2019 +0000

description:
devel/php-xdebug: update to 2.7.2

Update php-xdebug to 2.7.2.

2.7.1   (2019-04-05)

= Fixed bugs:

- Fixed issue #1646: Missing newline in error message
- Fixed issue #1647: Memory corruption when a conditional breakpoint is used
- Fixed issue #1641: Perfomance degradation with getpid syscall (Kees
  Hoekzema)

2.7.2   (2019-05-06)

= Fixed bugs:

- Fixed issue #1488: Rewrite DBGp 'property_set' to always use eval
- Fixed issue #1586: error_reporting()'s return value is incorrect during
  debugger's 'eval' command
- Fixed issue #1615: Turn off Zend OPcache when remote debugger is turned on
- Fixed issue #1656: remote_connect_back alters header if multiple values
  are present
- Fixed issue #1662: __debugInfo should not be used for user-defined classes

diffstat:

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

diffs (29 lines):

diff -r f478567adb26 -r 63dc61339c16 devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Tue Oct 22 07:49:25 2019 +0000
+++ b/devel/php-xdebug/Makefile Tue Oct 22 08:20:23 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2019/03/16 07:58:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2019/10/22 08:20:23 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          2.7.0
+PECL_VERSION=          2.7.2
 CATEGORIES=            devel
 MASTER_SITES=          http://xdebug.org/files/
 EXTRACT_SUFX=          .tgz
diff -r f478567adb26 -r 63dc61339c16 devel/php-xdebug/distinfo
--- a/devel/php-xdebug/distinfo Tue Oct 22 07:49:25 2019 +0000
+++ b/devel/php-xdebug/distinfo Tue Oct 22 08:20:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/03/16 07:58:59 bsiegert Exp $
+$NetBSD: distinfo,v 1.16 2019/10/22 08:20:23 taca Exp $
 
-SHA1 (php-xdebug/xdebug-2.7.0.tgz) = e0bc7a86df8c29aa6c597e982754da6bab4cbc51
-RMD160 (php-xdebug/xdebug-2.7.0.tgz) = 0664ae992dee55aa7ab51f59a783049fa69f864a
-SHA512 (php-xdebug/xdebug-2.7.0.tgz) = 501ae544bb9d13a30e9d327583890ecba36f3b6764683d095d4988cb9b205adc6fb8ca21cca666620907e25ff50c00a8033194327d5cb4f67015e8c6d9104c18
-Size (php-xdebug/xdebug-2.7.0.tgz) = 230326 bytes
+SHA1 (php-xdebug/xdebug-2.7.2.tgz) = 2cacae4b9d52f5bfd7b9a672a9634d421ee84f9c
+RMD160 (php-xdebug/xdebug-2.7.2.tgz) = dd7784825909ac35288fdfda631f5318c768e688
+SHA512 (php-xdebug/xdebug-2.7.2.tgz) = faeffb6b1bccb9fec8e589288ac5025b18cb4ee8b637c7d9e71bfd1167b36381e438af72c9b6f71658c92dabb79629e38047972a00719166d66ca34cfb5095c2
+Size (php-xdebug/xdebug-2.7.2.tgz) = 230987 bytes



Home | Main Index | Thread Index | Old Index