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:           Sat Dec 16 14:01:57 UTC 2023

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

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

3.3.1 (2023-12-14)

Fixed bugs:

* Fixed issue #2220: Test failure

* Fixed issue #2221: Crash when other extensions run PHP code without the
  stack being initialised yet

* Fixed issue #2223: Xdebug's constants are not available with
  `xdebug.mode=off`

* Fixed issue #2226: xdebug_get_function_stack(['from_exception']) does not
  always find stored trace

* Fixed issue #2227: Crash with return value and observers

* Fixed issue #2228: Return value can not be fetched with property_get if
  top frame is an internal function


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.38 -r1.39 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.47 pkgsrc/devel/php-xdebug/Makefile:1.48
--- pkgsrc/devel/php-xdebug/Makefile:1.47       Thu Dec 14 15:44:20 2023
+++ pkgsrc/devel/php-xdebug/Makefile    Sat Dec 16 14:01:57 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2023/12/14 15:44:20 taca Exp $
+# $NetBSD: Makefile,v 1.48 2023/12/16 14:01:57 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.3.0
+PECL_VERSION=          3.3.1
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.38 pkgsrc/devel/php-xdebug/distinfo:1.39
--- pkgsrc/devel/php-xdebug/distinfo:1.38       Thu Dec 14 15:44:20 2023
+++ pkgsrc/devel/php-xdebug/distinfo    Sat Dec 16 14:01:57 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2023/12/14 15:44:20 taca Exp $
+$NetBSD: distinfo,v 1.39 2023/12/16 14:01:57 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.3.0.tgz) = be567f6c97315df93c150315a7e5827ccb541d33f32a794d68f68146f5ca1490
-SHA512 (php-xdebug/xdebug-3.3.0.tgz) = 88bb3394cb8ce12347d441a9c1fd16d915951a9e099cc29bed650e38ed14a128793c1843bb529dc2647ac841b2ec0fd4d60bc153180fc1e7c0a2165ea576c01d
-Size (php-xdebug/xdebug-3.3.0.tgz) = 258684 bytes
+BLAKE2s (php-xdebug/xdebug-3.3.1.tgz) = a1fbe9b495d6f75aa0ed690f9141403c1bd39e840899537ad59905880199c51f
+SHA512 (php-xdebug/xdebug-3.3.1.tgz) = e5cc8c5b2455dcdff00f883585e2f3395df9f8a8f1e8dd755aae6bd3dc934dcdaf321afa16674a1b67a28ca88e5a2d3779353eda04334eebb03dc33d4669ae55
+Size (php-xdebug/xdebug-3.3.1.tgz) = 258953 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index