Skip to content

Commit 342fe37

Browse files
fix php extensions
1 parent 6b817cc commit 342fe37

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages/serverless-functions/reference-content/functions-runtimes.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This page contains useful information on how Serverless Functions runtimes are b
121121

122122
#### PHP 8.2 and 8.3 supported extensions
123123

124-
Supported PHP extensions for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8.2.0) and [PHP 8.3](https://www.php.net/ChangeLog-8.php#PHP_8_3) runtime
124+
Supported PHP extensions for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8.2.0) and [PHP 8.3](https://www.php.net/ChangeLog-8.php#PHP_8_3) runtime.
125125

126126
| PHP extensions | | | | | | | |
127127
| -------------- | - | -------------- | - | -------------- | - | -------------- | - |
@@ -137,17 +137,17 @@ Supported PHP extensions for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8
137137
| imap || inotify || intl || ion ||
138138
| json || json_post || ldap || libsmbclient ||
139139
| libxml || luasandbox || lz4 || lzf ||
140-
| mailparse || maxminddb || mbstring || mcrypt | x |
140+
| mailparse || maxminddb || mbstring || mcrypt | |
141141
| memcache || memcached || mongodb || msgpack ||
142142
| mysqli || mysqlnd || OAuth || oci8 ||
143-
| odbc || opencensus | x | openssl || parle ||
143+
| odbc || opencensus | | openssl || parle ||
144144
| pcntl || pcov || pcre || PDO ||
145145
| pdo_dblib || PDO_Firebird || pdo_mysql || PDO_OCI ||
146146
| PDO_ODBC || pdo_pgsql || pdo_sqlite || pdo_sqlsrv ||
147147
| pgsql || Phar || php_trie || posix ||
148148
| protobuf || pspell || random || raphf ||
149149
| rdkafka || readline || redis || Reflection ||
150-
| SeasLog | x | session || shmop || simdjson ||
150+
| SeasLog | | session || shmop || simdjson ||
151151
| SimpleXML || smbclient || snappy || snmp ||
152152
| soap || sockets || sodium || solr ||
153153
| SPL || SPX || sqlite3 || sqlsrv ||
@@ -161,7 +161,7 @@ Supported PHP extensions for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8
161161

162162
#### PHP 8.4 supported extensions
163163

164-
Supported PHP extensions for the [PHP 8.4](https://www.php.net/ChangeLog-8.php#PHP_8_4) runtime
164+
Supported PHP extensions for the [PHP 8.4](https://www.php.net/ChangeLog-8.php#PHP_8_4) runtime.
165165

166166
| PHP extensions | | | | | | | |
167167
| -------------- | - | -------------- | - | -------------- | - | -------------- | - |
@@ -177,17 +177,17 @@ Supported PHP extensions for the [PHP 8.4](https://www.php.net/ChangeLog-8.php#P
177177
| imap || inotify || intl || ion ||
178178
| json || json_post || ldap || libsmbclient ||
179179
| libxml || luasandbox || lz4 || lzf ||
180-
| mailparse || maxminddb || mbstring || mcrypt | |
180+
| mailparse || maxminddb || mbstring || mcrypt | x |
181181
| memcache || memcached || mongodb || msgpack ||
182182
| mysqli || mysqlnd || OAuth || oci8 ||
183-
| odbc || opencensus | | openssl || parle ||
183+
| odbc || opencensus | x | openssl || parle ||
184184
| pcntl || pcov || pcre || PDO ||
185185
| pdo_dblib || PDO_Firebird || pdo_mysql || PDO_OCI ||
186186
| PDO_ODBC || pdo_pgsql || pdo_sqlite || pdo_sqlsrv ||
187187
| pgsql || Phar || php_trie || posix ||
188188
| protobuf || pspell || random || raphf ||
189189
| rdkafka || readline || redis || Reflection ||
190-
| SeasLog | | session || shmop || simdjson ||
190+
| SeasLog | x | session || shmop || simdjson ||
191191
| SimpleXML || smbclient || snappy || snmp ||
192192
| soap || sockets || sodium || solr ||
193193
| SPL || SPX || sqlite3 || sqlsrv ||

0 commit comments

Comments
 (0)