What #libre#IDE (integrated development environment for programming code) would y'all want to coalesce around using, supporting, and developing? Asking especially for coding websites and applications with #PHP, #JavaScript, #CSS, and #HTML but #Python, #Elixir, #Rust, and #Go would all be great for us @agaric too.
I don't understand why this is enforced in symfony/validator. It means I can't have a base class with a `final public static` method on it that I use as a common validator for all models. I have to define the static method on every model.

...and now we just added the Migration Guide to the site: https://www.php-fig.org/per/coding-style/meta/migration-3.0/
This guide covers the migration from PER CS 2.0 to 3.0. If you need help for the previous step too, we got you covered: https://www.php-fig.org/per/coding-style/meta/migration-2.0/
You should also remember that PER-CS 1.0 is intentionally equivalent to PSR-12, so no migration is required there. Happy #PHP formatting! 😃

Hey #PHP,
I don't normally market code, I write and leave it on github for you to find.
I can be wrong, I'm happy to be wrong.
But I believe, with every ounce of my being, that this is going to be important for our survival in the long term.

Published my first #PHP release today as the responsible Release Manager.
So I’m delighted to say:
8.5.0alpha2 is ready for testing now.
https://externals.io/message/128094
Big thanks to Pierrick Charron for the onboarding and support. Really helped me get into the process.
And a big thanks to @Tideways and my colleagues there for supporting me in doing this.

All about the new pipe operator in PHP 8.5:
https://thephp.foundation/blog/2025/07/11/php-85-adds-pipe-operator/

The NativePHP team has been really busy! 💪🏼
NativePHP for Mobile now supports:
- 📍 Geolocation
- 💦 Custom Splash Screens
- 🔐 Secure Storage
- 🎞️ Media Library Access
And lots more
v1.1 is 🔥
Go check out all the details:
https://nativephp.com/blog/mobile-v1-1-is-here

Is anyone looking for good first-timer OSS contributor issues? Crell/Serde has a few tagged "good first issue" if you're interested.
This is kind of clever, but if you have the opcodes, you can reconstruct the source code. This approach just obfuscates the source code. If you have secrets or proprietary information in your source, DO NOT DO THIS!
https://mardikarifqi.medium.com/distribute-php-without-source-code-2ea4295cd6e9

Version 3 of the PHP-FIG PER-Coding Style guidelines have been released, covering all the fun new features in #PHP 8.4!
Please help or sponsor your friendly neighborhood coding style tools so they can be updated, too. 🙂
🐘 PHP Proposes Switch to BSD-3-Clause License
「 By stripping away PHP-specific and Zend-specific terms from the existing licenses, the proposal ensures that the rights granted to contributors and users remain unchanged while aligning PHP with a globally recognized standard 」
https://linuxiac.com/php-proposes-switch-to-bsd-3-clause-license/
🥳 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