-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: "PHP 8.4 is available, Symfony CLI included" | ||
date: 2025-02-12 | ||
tags: | ||
- images | ||
- update | ||
authors: | ||
- name: David Legrand | ||
link: https://github.com/davlgd | ||
image: https://github.com/davlgd.png?size=40 | ||
description: FrankenPHP is next to come | ||
excludeSearch: true | ||
--- | ||
|
||
We deployed an updated PHP image with no impact for our users. | ||
Check warning on line 15 in content/changelog/2025/02-12-php-8.4-update.md
|
||
|
||
* PHP 8.4.3 | ||
* Composer 2.8.5 | ||
* Symfony CLI 5.10.7 | ||
Check failure on line 19 in content/changelog/2025/02-12-php-8.4-update.md
|
||
* Linux kernel 6.12.9 | ||
|
||
You can now use `8.4` as `CC_PHP_VERSION` environment variable, `8.3` is still the default for now. | ||
|
||
Only some extensions support PHP 8.4 for now: apcu, amqp, blackfire, event, elastic-apm, gnupg, grpc, imap, mailparse, maxminddb, memcache, memcached, mongodb, newrelic, oauth, pdflib, protobuf pspell, rdkafka, redis, ssh2, solr, tideways, uploadprogress, zip. We'll add support for more extensions as they are released. | ||
Check failure on line 24 in content/changelog/2025/02-12-php-8.4-update.md
|
||
|
||
* [PHP migration guide from 8.3 to 8.4](https://www.php.net/migration84) | ||
* [Learn more about PHP on Clever Cloud](/developers/doc/applications/php/) |