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:           Tue Oct 22 08:20:23 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.15 -r1.16 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.22 pkgsrc/devel/php-xdebug/Makefile:1.23
--- pkgsrc/devel/php-xdebug/Makefile:1.22       Sat Mar 16 07:58:59 2019
+++ pkgsrc/devel/php-xdebug/Makefile    Tue Oct 22 08:20:23 2019
@@ -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

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.15 pkgsrc/devel/php-xdebug/distinfo:1.16
--- pkgsrc/devel/php-xdebug/distinfo:1.15       Sat Mar 16 07:58:59 2019
+++ pkgsrc/devel/php-xdebug/distinfo    Tue Oct 22 08:20:23 2019
@@ -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