📘 PHP Magazine Volume 14 is out!
From legacy upgrades ➜ PHP 8
To deep dives into PHP 8.5, AI, refactoring & modern frameworks 🚀
Built for devs who care about clean, future-proof PHP: 🔗https://f.mtr.cool/mdvpdrocdm
#IntPHPcon #PHP #PHP85 #WebDev #Backend
Drupal 12 to Require PHP 8.5 and PostgreSQL 18: Platform Requirements Announced
Heads-up from Gábor Hojtsy: Drupal 12 will require PHP 8.5 and PostgreSQL 18.
Also new: MariaDB 10.11, MySQL 8.0, SQLite 3.45.
Upgrade plans? Start testing your stack now.
🔗 https://bit.ly/3NoIDKL
#Drupal12 #PHP85 #WebHosting #DrupalDev
Drupal 11.3.0 is here—with major wins for performance, theming, and frontend UX.
Includes HTMX integration, PHP 8.5 support, and object-oriented #[Hook()] for themers.
Benchmarks show up to 47% fewer queries.
🔗 https://bit.ly/48W78Wz
#Drupal11 #HTMX #PHP85
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!
#php #php85 #xdebug #debugging
Drupal 11.3 Prepares for PHP 8.5 Support with Updated CI Testing for Contributed Modules
🧪 Drupal 11.3 CI now supports PHP 8.5!
Module maintainers can enable GitLab test variants to prep for Drupal 12’s future requirements.
Get setup info → https://bit.ly/48hsxdY
#Drupal #PHP85 #CI #DrupalDev
MAMP PRO 7.3 is here!
Now with PHP 8.5, fresh component updates, and a long list of bug fixes to boost stability and performance. Upgrade today and keep your local dev environment cutting-edge. 🐘#MAMP #LocalDev #PHP85 #webdevelopment
mamp.info
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!
#php #php85 #presentation
🚀 Behind the scenes of PHP 8.5:
Release Manager Volker Dusch explains the full release cycle, how feedback shapes final features, and what makes 8.5 an important incremental upgrade.
A great read for anyone building with PHP 👇
🔗 https://tinyurl.com/m4mu2fn2
#IntPHPcon #PHP85 #OpenSource
🚀 PHP 8.5 is packed with upgrades you’ll actually use:
• New pipe operator (|>)
• Smarter clone() for immutable objects
• Proper WhatWG/RFC3986 URL handling
• NoDiscard & new array helpers
@derickr.phpc.social.ap.brid.gy breaks it all down 👇
🔗https://tinyurl.com/5n937mvx
#IntPHPcon #PHP85
🚀 PHP 8.5 is LIVE!
Experience significant performance boosts and powerful new syntax features.
Time to upgrade and speed up your apps!
Check the realease: www.php.net/releases/8.5...
#PHP #PHP85 #WebDev #Coding
PHP 8.5 is now available! New features include the pipe operator, URI extension, Clone With, NoDiscard, and more. Check the migration guide before upgrading.
#php #php85
Dear #php, happy release-day and all the best for 8.5 (#php85)! 🥳
Thanks for all the work and another major step forward.
https://www.php.net/releases/8.5/en.php
PS: Of course the new release is available in all our regular #webhosting packages starting today! #SpeedPartner […]
🚀 Big things are coming in PHP 8.5.
PHP 8.5 Release Manager @edorian.bsky.social hints at new parsing tools, syntax upgrades, and many small enhancements.
➿Stay in the loop: https://tinyurl.com/mpw3ybwz
#IntPHPcon #PHP #PHP85 #WebDevelopment #DevCommunity #phpconference
A clouded sky with the sun barely poking through. There is a blue KLM plane on the apron with vapor around it. You can see little lumps of snow.
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.
#php #php85 #ReleaseDay
💪 PHP is more alive than ever
PHP 8.5 Release Manager @edorian.bsky.social shares why the ecosystem is buzzing again.
🧠Stay informed: https://tinyurl.com/mpw3ybwz
#IntPHPcon #PHP85
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/q8lmw0v4
Will I see you there?
#php #php85
🚀 PHP 8.5 brings smarter, cleaner coding!
In his latest article, @derickr.phpc.social.ap.brid.gy explores:
🔹 The pipe operator |>
🔹 Smarter clone()
🔹 New URL handling classes
🧠 Discover more: https://tinyurl.com/5n937mvx
#IntPHPcon #PHP #PHP85
PHP 8.5 is getting closer!
The 4th Release Candidate (RC4) is now available in MAMP PRO — ready for you to test your projects with the latest improvements and features.
mamp.info
#PHP85 #MAMP #WebDevelopment
DDEV Update Brings PHP 8.5, PostgreSQL 18, and Smarter Project Communication
🚀 DDEV v1.24.9 brings PHP 8.5 RC3, PostgreSQL 18, and better comms across local dev projects. @ddev.bsky.social
New tools: ddev diagnose, xdebug info, Upsun (Platform.sh) integration, and security tweaks.
Details: https://bit.ly/3LvFzeT
#DDEV #PHP85 #DrupalDev #DevTools
A PHP elephant, near the iconic Erasmus bridge, in Rotterdam
November 20th, 2025: PHP 8.5 arrives! 🐘
We’re throwing a release party at PHP Rotterdam, and you’re invited!
Expect PHPun, knowledge-sharing, and great company at Last Mile Solutions!
eventy.io/events/q8lmw...
#PHP #PHP85 #Community #Rotterdam #Developers
#PHP tip: PHP 8.5 Closures in Constant Expressions
PHP 8.5 enables closures in constant expressions, allowing default function parameters, attribute values, and class constants to be defined as closures without workarounds.
#php85 #closures #codetip #modernPHP
#PHP85 adds two functions for retrieving the first and last values of an array. They are `array_first()` and `array_last()` respectively, and they work more or less like you would expect them to.
Learn about more of the new features at youtu.be/Wmsy2O_WysA
#phpc #php #softwareenginnering
A great example of open source collaboration done right: PHP 8.5 is getting a standards-compliant URI extension! Read more from the PHP Foundation.
thephp.foundation/blog/2025/10...
#php #php85 #opensource
One of my favorite new features added to #php85 is the ability to add the NoDiscard attribute to a function, so if we call a function without doing something with the return value, we'll receive a warning. Learn about more of the new features at youtu.be/Wmsy2O_WysA
#phpc #php #softwareenginnering
One of the new features added to #php85 is the pipe operator (|>) that allows you to chain multiple callables.
Learn about more of the new features at youtu.be/Wmsy2O_WysA
#phpc #php #webdesign #softwareenginnering
PHP 8.5 RC2 is now available in MAMP PRO!
Test your projects with the latest release candidate and get ready for what’s coming in PHP 8.5.
👉 Update or switch your PHP version right inside MAMP PRO.
mamp.info
#MAMP #PHP85 #WebDevelopment
PHP 8.5 apporte deux fonctions utiles : array_first() et array_last().
Fini reset() / end() et les effets de bord.
🎥 Démo : youtube.com/shorts/Fvr8t...
#php #php85 #cleancode #webdev
PHP 8.5 RC 1 is now available in MAMP PRO!
Get an early look at the upcoming features and start testing your projects with the latest release candidate today. 🐘
#MAMP #PHP85 #DevTools
mamp.info
filter_var() devient plus strict avec PHP 8.5 grâce au flag FILTER_THROW_ON_FAILURE.
Validation native, exceptions automatiques : une vraie amélioration.
Démonstration rapide ici → youtube.com/shorts/r7zzj...
#php #php85 #cleanCode #webdev
PHP 8.5 introduit |> : un opérateur pour enchaîner les appels de fonctions sans les imbriquer.
Résultat : du code plus lisible, plus logique, plus propre.
🎬 Démo technique en 2 minutes :
youtube.com/shorts/ycxbR...
#php #php85 #backend #webdev #cleancode