Tim Düsterhus

@timwolla@phpc.social
112 Followers
58 Following
803 Posts

Codefire Conversations today at 5pm (Europe/Berlin)

PHP 8.5 insights straight from the source with Volker Dusch, Release Manager of PHP 8.5.

We’ll get a unique behind-the-scenes look at the PHP project.

👉 Register: https://codefire-conversations.com

The Codefire Conversations with Stefan Priebsch

A monthly live conversation series with Stefan Priebsch and invited experts. Honest, spontaneous, and relevant.

In Amsterdam next week and part of a group underrepresented at tech confs, or can't afford a ticket? Private Packagist is sponsoring @symfony Con (Nov 27th/28th) and we have a ticket to give away: Reply your favorite PHP8.5 feature to win #php #phpc #symfony #symfonycon

Really looking forward to be able to use #Closures in #Attributes with #php85.

<?php
$lol = #[Lol(#[Lol(#[Lol(#[Lol(static function () {
echo "Style";
})] static function () {
echo " ";
})] static function () {
echo "Passing";
})] static function () {
echo " ";
})] static function () {
echo "Continuation";
};

for (;;) {
$lol();
$a = (new ReflectionFunction($lol))->getAttributes();
if ($a === []) break;
$lol = $a[0]->getArguments()[0];
}
?>

#PHP

Happy #PHP 8.5.0 day

A friend (unnamed by choice) gifted me a #drawing to commemorate the release.

🥳 PHP 8.5 Released!

In this new release, we have:

🌐 URI Extension
▶️ Pipe Operator
📑 Clone With
⚠️ A New #[\NoDiscard] Attribute
🆕 Closures and First-Class Callables in Constant Expressions
🌀 Persistent cURL Share Handles

👓 Read all about it on: https://www.php.net/releases/8.5/

🔗 https://php.net/ChangeLog-8#8.5.0
📦 https://php.net/downloads

#PHP #PHP85 #Release

PHP: PHP 8.5 Release Announcement

PHP 8.5 is a major update of the PHP language, with new features including the URI Extension, Pipe Operator, and support for modifying properties while cloning.

I recorded a video on everything that is new in PHP 8.5 from a performance, operations and debugging POV https://www.youtube.com/watch?v=vkqz25e5tM8
What’s new in PHP 8.5 in terms of performance, debugging and operations

YouTube

Composer 2.9 is here! 🚀 It automatically blocks packages with known vulnerabilities, has a new repository command to manage repos from the CLI, and lots more!

Read the full announcement: https://blog.packagist.com/composer-2-9/
#composerphp #phpc #PHP

Composer 2.9 Release

We are pleased to announce the release of Composer 2.9.0, bringing improvements to security, repository management from the CLI, and lots more. Automatic Security Blocking Composer now automatically blocks updates to packages with known security advisories. This protection is enabled by default and prevents you from accidentally updating

Private Packagist

The PHP Foundation is Seeking a New Executive Director! 🐘💜

We're asking the PHP community to help find the right person for this role. If you know someone who would be an excellent fit, please encourage them to apply or reach out to us directly.

https://thephp.foundation/blog/2025/11/10/seeking-new-executive-director/ #php #phpc #opensource

The PHP Foundation is Seeking a New Executive Director

The PHP Foundation — Supporting, Advancing, and Developing the PHP Language

Slides for my "What's new in PHP 8.5" talk from #ipc #phpconference in #munich.

Leaving with renewed vigor and plenty of ideas.

https://speakerdeck.com/edorian/whats-new-in-php-8-dot-5-ipc-munich-2025

What's new in PHP 8.5 - IPC Munich 2025

Speaker Deck

🗳️ Voting for the PHP 8.5 Release Page Contest is live!

Check out the shortlisted designs and vote for your favorite with 👍 on GitHub:

https://github.com/php/web-php/issues/1563

Voting closes Nov 2 — winner announced Nov 4 💜

🗳️ [VOTING] PHP 8.5 Release Page Design Contest · Issue #1563 · php/web-php

A huge thank you to everyone who submitted their designs! Together with the jury we carefully reviewed all entries and selected a shortlist. Our main criteria were how well the task was understood,...

GitHub