#php85 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #php85, aggregated by home.social.
-
I released version 0.9.0 for GitLab Models for Laravel.
It added support for Laravel 13 (Thanks to @Sjors1985 ) and PHP 8.5.
This package is to store the webhook events from GitLab in you Laravel project.
-
I released version 2.6.0 for GitLab webhooks receiver for Laravel.
This adds support for PHP 8.5 and Laravel 13
https://gitlab.com/tjvb/gitlab-webhooks-receiver-for-laravel/-/releases/v2.6.0
This package let you store the webhook data that you receive from GitLab in your Laravel application.
-
I released version 4.7.0 for Laravel Mail Catchall
This version adds support for PHP 8.5
This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.
-
Finally moved the project at work to PHP 8.5!
Smooth upgrade with no issues so far.
-
PHP 8.5 Garbage Collection Improvements for Enums and Closures
-
What’s new in PHP 8.5 in terms of performance, debugging and operations
-
Is PHP 8.5 faster than previous versions?
-
And I released Laravel GitHash 1.9.0
The package is to get the current git hash (short or long) in your Laravel application.
-
GitHash 1.5.0 released, this release adds support for PHP 8.5.
The package is to get the current git hash (short or long) in your application.
-
PHP 8.5 is now live across the Switchweb platform
https://www.switchweb.co.uk/blog/2025/12/24/php-8-5-is-now-live-across-the-switchweb-platform/
#PHP #PHP85 #WebHosting #WebDevelopment #Performance #Switchweb
-
Harald Eilertsen wrote the following post Thu, 01 Jan 2026 11:07:58 +0100 @!Hubzilla Support Forum
PHP wrote the following post Thu, 01 Jan 2026 09:50:58 +0100 ⛔ As of January 1, PHP 8.3 is in security support mode, and PHP 8.1 reached end of life.
🆙 Consider upgrading to PHP 8.4 or higher.
To read more about how to upgrade:
🔗 https://php.net/migration84
🔗 https://php.net/migration85
#PHP #PHP85 #PHP84 #PHP83 #PHP82 #PHP81 -
⛔ As of January 1, PHP 8.3 is in security support mode, and PHP 8.1 reached end of life.
🆙 Consider upgrading to PHP 8.4 or higher.
To read more about how to upgrade:
-
CW: Advent of Code 2025 spoilers for Dec 6
Decided to give advent of code a spin today.
Here's my answer for part 2 of today's problem using PHP 8.5:
```
echo explode("\n", $data)
|> removeEmptyStrings(...)
|> splitStrings(...)
|> groupProblems(...)
|> cleanProblems(...)
|> filterOutEmptyProblems(...)
|> calculateProblems(...)
|> array_sum(...)
;
``` -
RE: https://phpc.social/@Xdebug/115662135830755552
I have just released Xdebug 3.5.0!
In the next few weeks I will create some content (text, and perhaps video) highlighting some new features in more detail.
Please share it with the world!
-
RE: https://mastodon.online/@afup/115648919275171255
This talk on what's New in PHP 8.5 is in English! Je ne parles pas Français!
-
Am Montag 8.12. ist das nächste Treffen der TYPO3 User Group München (wie immer remote).
Themen:
🧡 TipTap als Alternative zu CKEditor als RTE in TYPO3 (Felix Ranesberger & @flanger)🧡 PHP 8.5 - Was gibt es Neues? ( @brotkrueml)
https://www.meetup.com/de-de/munich-typo3-user-group/events/311630061/
-
phpDocumentor v3.9.0 is here. With support for #php85 and improvements in the output when using `new` in default values. #php
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.9.0
-
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 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 8.5 Released with Pipe Operator, URI Extension, and Clone With Functionality
-
🚀
Well this is it for today then, for the bleeding edge people who want to run new stuff in production from day one 😁
Updated a few thousand servers to be able to enable PHP 8.5 in production
Enjoy
-
After my PHP 8.5 in Leeds last night, it's now time to head to Rotterdam to give the same talk there tonight!
It's cold out here, but atleast the snow is now gone.
-
For the PHP 8.5 self builders:
https://herecura.eu/blog/2025-11-20-php-8.5-for-selfbuilders/
Happy releaseday 🥳
-
It's PHP 8.5 release week !
I'm giving two talks on what's new in it, first on Wednesday evening in Leeds: https://www.meetup.com/leedsphp/events/311677834/
And then on Thursday evening in Rotterdam: https://eventy.io/events/q8lmw0v4Will I see you there?