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:           Wed Dec 11 16:21:50 UTC 2024

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

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

3.4.0 (2024-11-28)

New features:

* Fixed issue #2239: Add 'XDEBUG_IGNORE' GET/POST/COOKIE/ENV to make the
  step debugger ignore that specific request
* Fixed issue #2281: PHP 8.4 support

Improvements

* Fixed issue #2261: Send control socket location in init packet

Fixed bugs:

* Fixed issue #2262: PHP 8.4: Closure names need different wrapping
  algorithm
* Fixed issue #2283: SoapClient usage causes segfault with codecoverage
* Fixed issue #2294: Nette Tester always crashes in all test jobs when
  running with XDebug 3.4.0beta1 active
* Fixed issue #2304: Seg fault on throw exception
* Fixed issue #2305: Segfault when checking whether to ignore creating a
  debug connection during shutdown functions


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.40 -r1.41 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.49 pkgsrc/devel/php-xdebug/Makefile:1.50
--- pkgsrc/devel/php-xdebug/Makefile:1.49       Sun May 12 14:24:11 2024
+++ pkgsrc/devel/php-xdebug/Makefile    Wed Dec 11 16:21:49 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2024/05/12 14:24:11 taca Exp $
+# $NetBSD: Makefile,v 1.50 2024/12/11 16:21:49 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.3.2
+PECL_VERSION=          3.4.0
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.40 pkgsrc/devel/php-xdebug/distinfo:1.41
--- pkgsrc/devel/php-xdebug/distinfo:1.40       Sun May 12 14:24:11 2024
+++ pkgsrc/devel/php-xdebug/distinfo    Wed Dec 11 16:21:49 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2024/05/12 14:24:11 taca Exp $
+$NetBSD: distinfo,v 1.41 2024/12/11 16:21:49 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.3.2.tgz) = 7de22f340a1c8f97c7ee72bdac1352655bd142399efa4674c76d7d95be972c94
-SHA512 (php-xdebug/xdebug-3.3.2.tgz) = 06096e7a8899e586af8a9a763889546274ef0b520c1b84a1153c704cfdd2f6ff5491c30510da34c0b41169c94fe1f08f27b81535f98162edbb14f1569bd55846
-Size (php-xdebug/xdebug-3.3.2.tgz) = 258943 bytes
+BLAKE2s (php-xdebug/xdebug-3.4.0.tgz) = b5e45f3487970e3f55625ec39e0740d82c5ec0e4ff756c611dd9f15335680e56
+SHA512 (php-xdebug/xdebug-3.4.0.tgz) = 871d827cb00df6519c1b658ffc0e5b0b54b370a4ec4f80530ddf2bcb94325322809a34d6047c5adc3bb8b640bc5b233794324227e10d3b2d3fc3c3111d52dab8
+Size (php-xdebug/xdebug-3.4.0.tgz) = 261396 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index