Become a Patron!

My Amazon wishlist can be found here.

Life Line

Xdebug Update: March 2023

In this monthly update I explain what happened with Xdebug development in this past two months. These are normally published on the first Tuesday on or after the 5th of each month.

Patreon and GitHub supporters will get it earlier, around the first of each month.

You can become a patron or support me through GitHub Sponsors. I am currently 34% (7% less than two months ago) towards my $2,500 per month goal, which is set to allow continued maintenance of Xdebug.

If you are leading a team or company, then it is also possible to support Xdebug through a subscription.

In the last month, I spend 18 hours on Xdebug, with 22 hours funded. Sponsorships through GitHub sponsors have now also drastically declined. Unless this is reversed, I would find it hard to spend the effort in making sure Xdebug continues to be updated for newer PHP versions. It certainly makes me think hard as to where to put my dedication towards.

This is also why I have not been as diligent with these update reports and been as active in resolving issues and bugs.

Xdebug 3.2.1

March however did see the release of Xdebug 3.2.1, which finally addressed the longer running issue with Xdebug's xdebug.mode setting being read and interpreted wrongly, sometimes also causing crashed due to mismatches in what Xdebug thought it had enabled, and what was actually enabled.

This does mean, that since Xdebug 3.1, the xdebug.mode setting now can only be set in php.ini, and not through per-directory or per-FPM-pool settings with php_admin_value. This has delayed creating a video about running Xdebug in a production environment as well, as originally I had thought to do that through a specific PHP-FPM pool.

I did also work on starting to make Xdebug 3.3, the next version, to be compatible with PHP 8.3 which has made some changes that mostly required changes to Xdebug's test cases.

Xdebug Cloud

Xdebug Cloud is the Proxy As A Service platform to allow for debugging in more scenarios, where it is hard, or impossible, to have Xdebug make a connection to the IDE. It is continuing to operate as Beta release.

Packages start at £49/month, and I have recently introduced a package for larger companies. This has a larger initial set of tokens, and discounted extra tokens.

If you want to be kept up to date with Xdebug Cloud, please sign up to the mailinglist, which I will use to send out an update not more than once a month.

Xdebug Videos

I have published one new video in the last two months:

I have continued writing scripts for videos about Xdebug 3.2's features, and am also intending to make a video about "Running Xdebug in Production", and the updated "xdebug.client_discovery_header" feature (from Xdebug 3.1).

Let me know what you'd like to see!

You can find all previous videos on my YouTube channel.

Business Supporter Scheme and Funding

In February and March, no new business supporters signed up.

If you, or your company, would also like to support Xdebug, head over to the support page!

Besides business support, I also maintain a Patreon page, a profile on GitHub sponsors, as well as an OpenCollective organisation.

Shortlink

This article has a short URL available: https://drck.me/xdebug-23mar-hv4

Comments

No comments yet

Add Comment

Name:
Email:

Will not be posted. Please leave empty instead of filling in garbage though!
Comment:

Please follow the reStructured Text format. Do not use the comment form to report issues in software, use the relevant issue tracker. I will not answer them here.


All comments are moderated