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:           Sun Dec 14 03:37:57 UTC 2025

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

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

3.5.0 (2025-12-08)

New features:

* Fixed issue #2338: Add experimental support for Windows Named Pipes
  control socket
* Fixed issue #2369: Implement "Native Xdebug Path Mapping" project
* Fixed issue #2370: PHP 8.5 support

Improvements:

* Fixed issue #2213: Expose __EXCEPTION virtual variable for current
  EG(exception)
* Fixed issue #2363: Add better debugging support for PHP 8.5's pipes
* Fixed issue #2345: DBGP's detach does not support base64 encoded strings

Fixed bugs:

* Fixed issue #2335: Failed dbgp connection is not marked as not active
* Fixed issue #2336: Optimise xdebug_init_oparray
* Fixed issue #2337: Modify xdebug_add_stack_frame to always work on the
  passed execute_data
* Fixed issue #2367: Debugger should not break on return out of include
  files when return value debugger is enabled
* Fixed issue #2372: Build failed on MSVC
* Fixed issue #2374: Breakpoints in mapped paths don't trigger as they're
  mapped back before matching
* Fixed issue #2386: Crashes when running context_get in an exception thrown
  from an internal function


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.48 -r1.49 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.58 pkgsrc/devel/php-xdebug/Makefile:1.59
--- pkgsrc/devel/php-xdebug/Makefile:1.58       Tue Oct 28 13:33:17 2025
+++ pkgsrc/devel/php-xdebug/Makefile    Sun Dec 14 03:37:56 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2025/10/28 13:33:17 taca Exp $
+# $NetBSD: Makefile,v 1.59 2025/12/14 03:37:56 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.4.7
+PECL_VERSION=          3.5.0
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.48 pkgsrc/devel/php-xdebug/distinfo:1.49
--- pkgsrc/devel/php-xdebug/distinfo:1.48       Tue Oct 28 13:33:17 2025
+++ pkgsrc/devel/php-xdebug/distinfo    Sun Dec 14 03:37:56 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2025/10/28 13:33:17 taca Exp $
+$NetBSD: distinfo,v 1.49 2025/12/14 03:37:56 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.4.7.tgz) = 9e60f12931f09784e2756c701b7a6fbff637a5751b434f6c3b067cdfadd9af94
-SHA512 (php-xdebug/xdebug-3.4.7.tgz) = 046187322d1292d70e278aca38dc9ace97c3ba9f2c0656fbb7b9dc611ab5f403ba638f925058fdfc9c7d20b9be04180b898db7cb782983080e3278031b41cd18
-Size (php-xdebug/xdebug-3.4.7.tgz) = 264106 bytes
+BLAKE2s (php-xdebug/xdebug-3.5.0.tgz) = 41fbd483d087243caaa4174731237e7d95b14aab375d50d9db40973ba7b6f34e
+SHA512 (php-xdebug/xdebug-3.5.0.tgz) = 3ce781dc461b5af2dbd6298e917a511ace7df629886f3f0462e5308cde1e38c581ab3136b4338a69a4db3d8434ab3a3dbcb3dbd5da310d5d4ee3ddc3094fef34
+Size (php-xdebug/xdebug-3.5.0.tgz) = 282535 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index