-
Notifications
You must be signed in to change notification settings - Fork 39
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.2 is available, symfony-cli included" | ||
date: 2024-12-19 | ||
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/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L15
Raw output
Check warning on line 15 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L15
Raw output
|
||
|
||
* Composer 2.8.4 | ||
* PHP 8.4.2 support | ||
* symfony-cli 5.10.5 | ||
* Linux kernel 6.11.6 | ||
* Redirection.io agent | ||
|
||
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, event, imap, memcache, mongodb, pspell, rdkafka, redis, ssh2, tideways, uploadprogress, zip. We'll add support for more extensions as they are released. | ||
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check failure on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check warning on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check notice on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
Check notice on line 25 in content/changelog/2024-12-19-php-8.4-update.md GitHub Actions / vale[vale] content/changelog/2024-12-19-php-8.4-update.md#L25
Raw output
|
||
|
||
* [PHP migration guide from 8.3 to 8.4](https://www.php.net/migration84) |