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:           Mon Mar 23 15:32:07 UTC 2020

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

Log Message:
devel/php-xdebug: update to 2.9.3

Update php-xdebug to 2.9.3.

2.9.3   Fri, Mar 13, 2020

= Fixed bugs:

- Fixed issue #1753: Resolved breakpoints use information from wrong files
- Fixed issue #1758: Xdebug changes error_get_last results inside a try catch
- Fixed issue #1759: User registered opcode handlers should call ones already
  set by other extensions

2.9.2   Fri, Jan 31, 2020

= Fixed bugs:

- Fixed issue #1735: DBGp eval warning promoted to Exception can cause
  out-of-sync responses
- Fixed issue #1736: Segmentation fault when other extensions run PHP in
  RINIT
- Fixed issue #1739: Tracing footer not written

2.9.1   Thu, Jan 16, 2020

= Fixed bugs:

- Fixed issue #1721: Header may not contain NUL bytes in Unknown on line 0
- Fixed issue #1727: Debugger stops more often than expected due to
  resolving breakpoints
- Fixed issue #1728: INIT_STATIC_METHOD_CALL is not overloaded
- Fixed issue #1731: var_dump with DateTime does not output properties
  (Ryan Mauger)
- Fixed issue #1733: SEND_VAR_NO_REF_EX opcode, used for require(), is not
  overloaded
- Fixed issue #1734: Segfault with DBGp "source" with a out-of-range start
  line number


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.17 -r1.18 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.27 pkgsrc/devel/php-xdebug/Makefile:1.28
--- pkgsrc/devel/php-xdebug/Makefile:1.27       Sun Jan 26 17:31:02 2020
+++ pkgsrc/devel/php-xdebug/Makefile    Mon Mar 23 15:32:07 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2020/01/26 17:31:02 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/03/23 15:32:07 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          2.9.0
+PECL_VERSION=          2.9.3
 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.17 pkgsrc/devel/php-xdebug/distinfo:1.18
--- pkgsrc/devel/php-xdebug/distinfo:1.17       Sun Dec 15 18:33:09 2019
+++ pkgsrc/devel/php-xdebug/distinfo    Mon Mar 23 15:32:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/12/15 18:33:09 taca Exp $
+$NetBSD: distinfo,v 1.18 2020/03/23 15:32:07 taca Exp $
 
-SHA1 (php-xdebug/xdebug-2.9.0.tgz) = b6092f657f246f7241cb048e2f6a6ca7c7271e3a
-RMD160 (php-xdebug/xdebug-2.9.0.tgz) = f1b65c48f6921b9fb8eb1a3ddc8b37d0a4aa9b84
-SHA512 (php-xdebug/xdebug-2.9.0.tgz) = 51f87f55ee5a654c587344d1442b0e6cb74a8bfb138d3ba793a17580851595c97e1d961ce25a473e461ac61d1c8a1634412e6f4e3975116dc0ffc52aa3355d0e
-Size (php-xdebug/xdebug-2.9.0.tgz) = 242853 bytes
+SHA1 (php-xdebug/xdebug-2.9.3.tgz) = 881283968a77115322b946854988c16582e26925
+RMD160 (php-xdebug/xdebug-2.9.3.tgz) = 8353b1c34d313b5d026736e982a14ac710ff4b80
+SHA512 (php-xdebug/xdebug-2.9.3.tgz) = cd5d0f7260555a07e8d49c70ad71288cb092434464df3915085181a018d9e020c0fff102a2056619254836b029393cb8fd2e6983f174cb80bbeebc90f85555b8
+Size (php-xdebug/xdebug-2.9.3.tgz) = 243540 bytes



Home | Main Index | Thread Index | Old Index