Skip to content

Commit

Permalink
Merge pull request platformsh#4277 from platformsh/php-84-support
Browse files Browse the repository at this point in the history
PHP 8.4 support
  • Loading branch information
Kemi-Elizabeth authored Nov 28, 2024
2 parents b12294b + a013fde commit 5185c60
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 2 deletions.
95 changes: 95 additions & 0 deletions shared/data/php_extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1450,3 +1450,98 @@ grid:
- zendopcache
with-webp:
- imagick
"8.4":
available:
- amqp
- apcu
# - blackfire
# - datadog
# - enchant
# - event
# - ffi
# - geoip
# - gmp
# - gnupg
# - http
- igbinary
- imap
# - ldap
# - mailparse
# - memcached
- mongodb
# - msgpack
# - mysql
# - newrelic
# - oauth
# - odbc
# - openswoole
# - opentelemetry
- pdo_dblib
- pdo_odbc
- pdo_pgsql
# - pdo_sqlsrv
- pgsql
# - protobuf
# - pspell
# - raphf
# - rdkafka
# - readline
- redis
- shmop
# - snmp
# - sodium
- sourceguardian
# - sqlsrv
# - ssh2
# - swoole
# - sybase
# - tideways
# - tideways-xhprof
# - tidy
# - uuid
# - uv
# - xdebug
- xmlrpc
- xsl
# - yaml
default:
- bcmath
- bz2
- calendar
- ctype
- curl
- dba
- dom
- exif
- fileinfo
- ftp
- gd
- gettext
- iconv
- intl
- mbstring
- mysqli
- mysqlnd
# - opcache
- pdo
- pdo_mysql
- pdo_sqlite
- phar
- posix
- simplexml
- soap
- sockets
- sqlite3
- sysvmsg
- sysvsem
- sysvshm
- tokenizer
- xml
- xmlreader
- xmlwriter
- zip
built-in:
- json
- zendopcache
# with-webp:
# - imagick
1 change: 1 addition & 0 deletions shared/data/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@
"5.4"
],
"supported": [
"8.4",
"8.3",
"8.2",
"8.1"
Expand Down
3 changes: 1 addition & 2 deletions sites/platform/src/languages/php/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Some of them are available for {{% vendor/name %}} containers.

{{< note version="1" theme="warning" title="Warning" >}}

<!-- @todo: was this (extensions link) in the dedicated section removed? -->
The information on this page applies to Grid and {{% names/dedicated-gen-3 %}} plans.
See also [PHP extensions on {{% names/dedicated-gen-2 %}} plans](/dedicated-environments/dedicated-gen-2/development.md).
See also [PHP extensions on {{% names/dedicated-gen-2 %}} plans](/dedicated-environments/dedicated-gen-2/environment-differences.md#extensions).

{{< /note >}}

Expand Down

0 comments on commit 5185c60

Please sign in to comment.