• Sign in
  • Sign up
Elektrine
EN
  • EN English
  • 中 中文
Log in Register
Modes
Overview Search Chat Timeline Communities Gallery Lists Friends Email Vault VPN
Back to Timeline
  • Open on phpc.social

Xdebug

@Xdebug@phpc.social
mastodon 4.5.7

I am PHP's Debugger

0 Followers
0 Following
Joined October 30, 2022
Website:
https://xdebug.org
Xdebug Cloud:
https://xdebug.cloud

Posts

Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Feb 03, 2026

🥳 Xdebug 3.5.1 Released!

🐢 :windows: This release addresses a severe performance degradation on Windows only.

:linux: :apple_inc: There are no changes in this release compared to Xdebug 3.5.0.

📄 The full announcement is at https://xdebug.org/announcements/2026-02-03

🥧 You can install and upgrade @Xdebug@phpc.social through PIE

#php #pie

View on phpc.social
4
0
5
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Dec 04, 2025

🥳 Xdebug 3.5.0 Released!

🔥This is the first release to officially support PHP 8.5.

👣 It contains the first public release of Native Path Mapping, which allows you to map directories, files, and lines when PHP executes a file, to a location where you would edit it.

🔌 Support for communication through a control socket allows you to start debugging, or a pause a request, when a script is running.

📄 The full announcement is at https://xdebug.org/announcements/2025-12-04

🥧 You can install @Xdebug@phpc.social through PIE

#php

View on phpc.social
21
0
23
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Nov 12, 2025

🥳 Xdebug 3.5.0 Alpha 3 Released!

🔮 This is a preview release, which adds support for PHP 8.5 on Windows. It also fixes a bug with Native Path Mapping, which allows you to map directories, files, and lines when PHP executes a file, to a location where you would edit it.

📄 The full change list is at https://xdebug.org/updates#x_3_5_0alpha3

:elephpant: I expect this to be the last alpha release, before the general release to accompany PHP 8.5!

View on phpc.social
7
0
4
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Oct 26, 2025

🎃 Xdebug 3.4.7 Released!

👻 This is a Halloween themed bug fix release, as it fixes problems while debugging Lazy Ghost objects that are commonly used in Doctrine and Symfony.

📄 The full list of changes can be found on the updates page: https://xdebug.org/updates#x_3_4_7

View on phpc.social
8
0
4
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Oct 07, 2025

🥳 Xdebug 3.5.0 Alpha 2 Released!

🔮 This is a preview release, which adds support for PHP 8.5.

🗺️ The biggest feature is Native Path Mapping, which allows you to map directories, files, and lines when PHP executes a file, to a location where you would edit it.

⏭️ It can also be used to skip files and lines. More info at https://xdebug.org/funding/001-native-path-mapping

📼 You can see it in action at https://www.youtube.com/watch?v=8tHKq_5-cXo and https://www.youtube.com/watch?v=hYmCjrBwNNg

📄 The full change list is at https://xdebug.org/updates#x_3_5_0alpha2

#php #debugging

View on phpc.social
13
0
11
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Oct 06, 2025

🥳 Xdebug 3.4.6 Released!

🐛 This is a bug fix release.

⏬ One where resources such as open file pointers were double freed.

📅 A second one where inspecting specific internal objects, such as DateInterval, would crash.

📄 The full list of changes can be found on the updates page: https://xdebug.org/updates#x_3_4_6

View on phpc.social
6
0
5
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Jul 14, 2025

🥳 Xdebug 3.4.5 Released!

🐛 This is a bug fix release.

🧬 One fix addresses crashes when using Xdebug's debugger with (nested) Fibers.

↪️ A second bug addresses an issue 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: https://xdebug.org/announcements/2025-07-14

#php #xdebug #debugging

View on phpc.social
17
0
10
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Jun 12, 2025

🥳 Xdebug 3.4.4 Released!

🐞 This is a bug fix release that fixes a few crashes with regard to exceptions. This was a regression from Xdebug 3.4.3.

📄 The full list of changes can be found on the updates page: https://xdebug.org/announcements/2025-06-12

#php #xdebug #debugging #fix #release

View on phpc.social
10
0
8
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · May 14, 2025

🥳 Xdebug 3.4.3 Released!

🐞 This is a bug fix release that fixes a few crashes.

↪️ It 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: https://xdebug.org/announcements/2025-05-14

#php #xdebug #debugging #fix #release

View on phpc.social
5
0
6
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Jan 06, 2025

🎉 Xdebug 3.4.1 is out!

🔗 https://xdebug.org/announcements/2025-01-06

🐛 It fixes a crash bug when Xdebug is trying to access superglobals to see whether it needs to activate.

🥧 It should now also be installable with PIE on Windows, due to the adjusted DLL file names.

🐞 If you find any bugs, please head to the issue tracker: https://bugs.xdebug.org

💰 If you want to support my work on Xdebug, head over to https://github.com/sponsors/derickr as an individual, or https://xdebug.org/support as a company.

View on phpc.social
9
0
5
0
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
Xdebug
Xdebug
@Xdebug@phpc.social

I am PHP's Debugger

phpc.social
@Xdebug@phpc.social · Nov 28, 2024

🎉 Xdebug 3.4.0 is out!

:elephpant: It mainly adds support for PHP 8.4.

📶 A new feature makes it possible to tell Xdebug to ignore PHP requests for debugging, if the XDEBUG_IGNORE parameter is set.

🐛 If you find any bugs, please head to the issue tracker: https://bugs.xdebug.org

💰 If you want to support my work on Xdebug, head over to https://github.com/sponsors/derickr as an individual, or https://xdebug.org/support as a company.

#php #php84 #xdebug #XdebugCloud

View on phpc.social
34
0
27
0
313k7r1n3

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • VPN Policy

Email Settings

IMAP: imap.elektrine.com:993

POP3: pop.elektrine.com:995

SMTP: smtp.elektrine.com:465

SSL/TLS required

Support

  • support@elektrine.com
  • Report Security Issue

Connect

Tor Hidden Service

khav7sdajxu6om3arvglevskg2vwuy7luyjcwfwg6xnkd7qtskr2vhad.onion
© 2026 Elektrine. All rights reserved. • Server: 10:44:05 UTC