Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2025

This PR contains the following updates:

Package Update Change
xdebug minor 3.4.2 -> 3.5.0

Release Notes

xdebug/xdebug (xdebug)

v3.5.0

Compare Source

This new release introduces support for PHP 8.5, initial support for Native Path Mapping, and support for control sockets on Windows through Named Pipes, with Linux support improved.

There are also improvements to the debugger, a few optimisations, and some bugs fixed.

The full list of changes can be found on the updates page.

The source code can be found on the downloads page, and as usual, Xdebug is installable through PIE. It is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.

This release also contains contributions by: Carlos Granados, Damjan Cvetko, Jeremy E, Jesper Noordsij, Matthias Glaub, Niels Dossche, and Shivam Mathur — Thanks!

v3.4.7

Compare Source

This is a bug fix release that fixes issues with PHP 8.4 lazy objects while debugging, and when a lazy object becomes part of an exception trace. In either situation, Xdebug would call the initializer of the lazy object when it was not expected.

The full list of changes can be found on the updates page.

The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL and PIE, and is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.

v3.4.6

Compare Source

This is a bug fix release that fixes two crash bugs with step debugging: one where resources such as open file pointers were double freed, and one where inspecting specific internal objects, such as DateInterval, would crash.

The full list of changes can be found on the updates page.

The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL and PIE, and is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.

v3.4.5

Compare Source

This is a bug fix release that fixes a: crash bug when Fibers are used; and a problem where, while debugging, Xdebug sometimes calls get property hooks which can then update and change the object's state.

The full list of changes can be found on the updates page.

The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL and PIE, and is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.

v3.4.4

Compare Source

This is a bug fix release that addresses a few crashes around throwing exceptions and creating stack traces. This is a regression from Xdebug 3.4.3 that tried to solve a similar crash.

The full list of changes can be found on the updates page.

The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL and PIE, and is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.

v3.4.3

Compare Source

This is a bug fix release that fixes a few crashes. It also improves debugging with PHP 8.4's property hooks by recognising that they have code attached, and no longer throwing fatal errors or exceptions in some situations.

The full list of changes can be found on the updates page.

The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL and PIE, and is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.61%. Comparing base (8cb37be) to head (b377468).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1041      +/-   ##
==========================================
+ Coverage   63.83%   64.61%   +0.78%     
==========================================
  Files          19       19              
  Lines        2425     2425              
  Branches      575      575              
==========================================
+ Hits         1548     1567      +19     
+ Misses        877      858      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/xdebug-3.x branch 20 times, most recently from 5d7cb3d to 50ce0e5 Compare August 10, 2025 09:33
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch from 50ce0e5 to adb45a0 Compare October 6, 2025 10:38
@renovate renovate bot changed the title chore(deps): update dependency xdebug to v3.4.5 chore(deps): update dependency xdebug to v3.4.6 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch from adb45a0 to d5e7259 Compare October 26, 2025 16:44
@renovate renovate bot changed the title chore(deps): update dependency xdebug to v3.4.6 chore(deps): update dependency xdebug to v3.4.7 Oct 26, 2025
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch 4 times, most recently from a0d3842 to 5672006 Compare November 20, 2025 10:17
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch from 5672006 to 44dce1c Compare November 23, 2025 07:00
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch from 44dce1c to 004b81f Compare December 4, 2025 16:59
@renovate renovate bot changed the title chore(deps): update dependency xdebug to v3.4.7 chore(deps): update dependency xdebug to v3.5.0 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch 4 times, most recently from 688c368 to 17aefa2 Compare December 9, 2025 23:55
@renovate renovate bot force-pushed the renovate/xdebug-3.x branch from 17aefa2 to b377468 Compare December 10, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant