Finally moved the project at work to PHP 8.5!

Smooth upgrade with no issues so far.

#PHP #PHP84 #PHP85

keep hitting fatal errors in mysqli_query in PHP 8.4 #mysql #php #php84 #error

Performance, Operations and Debugging Improvements in PHP 8.4

https://phpc.tv/w/6fst3eokDGYAFE9xKQ1qN2

Performance, Operations and Debugging Improvements in PHP 8.4

PeerTube
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
Harald Eilertsen

Metallhue, programmerer og hedning. Initiativtager og primus motor i [url=https://norsk-urskog.no]Norsk Urskog[/url], vokalist og bassist i thrash metal-orkesteret [url=https://imbalance.no]Imbalance[/url], bassist i [url=https://blasteredmetal.com]Blastered[/url], tilhenger av [url=https://www.gnu.org/philosophy/free-sw.html]fri programvare[/url], opptatt av datasikkerhet (CISSP) og personvern. Metalhead, programmer and pagan. Initiator and main force of [url=https://norsk-urskog.no]Norsk Urskog[/url], vocalist and bass player in the thrash metal band [url=https://imbalance.no]Imbalance[/url], bass player of [url=https://blasteredmetal.com]Blastered[/url], supporter of [url=https://www.gnu.org/philosophy/free-sw.html]free software[/url], Certified Information Systems Security Professional (CISSP) and keen privacy advocate.

β›” 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

PHP: Migrating from PHP 8.3.x to PHP 8.4.x - Manual

Migrating from PHP 8.3.x to PHP 8.4.x

I just stumbled upon a case where property hooks were the best solution: https://andreas.heigl.org/2025/11/27/property-hooks-for-the-win/

#php #propertyhooks #php84 #pdo

Bonjour,
Savez-vous pourquoi certains hΓ©bergeurs Web tardent Γ  proposer #PHP84, alors que le support actif de #PHP83 fini Γ  la fin de cette annΓ©e ?

@benjamin @ouvaton

πŸ₯³ I have just published my follow-up post:

>> Event Sourcing in PHP Symfony <<

It explains how anyone can implement event sourcing in a PHP Symfony project with minimal effort β€” free from ivory tower views.

Please let me know what you think of the post in the thread, and whether you found my naive implementation resonated with you.

https://lukasrotermund.de/posts/event-sourcing-in-php-symfony

#php #php84 #EventSourcing #DomainDrivenDesign #ddd #doctrine #symfony #mongodb

Event sourcing in PHP Symfony

Within this post we are implementing a solid but naive event sourcing from ground up within a PHP symfony project.

coding blog

We just released phpDocumentor 3.8.0, which includes support for property hooks, asymmetric visibility and a number of bugfixes regarding traits and inheritance of docblocks.

Download the phar, pull the new docker image and you are ready to go.

https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.8.0

#php #documentation #php84

Release v3.8.0 Β· phpDocumentor/phpDocumentor

What's Changed This release comes with support for asymmetric visibility on properties and support for property hooks. Property hooks were introduced in php 8.4. The system generating your document...

GitHub

phpDocumentor main branch now has support for property hooks. If you are upgrading your codebase to #php84. Why not directly document what you did?

Now covered:

- virtual properties
- read only
- write only

To be added:

- properties on interfaces