You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,14 +99,16 @@ The following extensions are installed in Bref runtimes, but disabled by default
98
99
99
100
-**[intl](https://www.php.net/manual/en/intro.intl.php)** - Internationalization extension (referred as Intl) is a wrapper for ICU library, enabling PHP programmers to perform various locale-aware operations.
100
101
-**[APCu](https://www.php.net/manual/en/intro.apcu.php)** - APCu is APC stripped of opcode caching.
101
-
-**[PostgreSQL PDO Driver](https://www.php.net/manual/en/ref.pdo-pgsql.php)** - PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to PostgreSQL databases.
102
+
-**[Redis](https://github.com/phpredis/phpredis)** - A PHP extension for interfacing with Redis.
103
+
-**[soap](https://www.php.net/manual/en/book.soap.php)** - SOAP client and server for PHP
102
104
103
105
You can enable these extensions by loading them in `php/conf.d/php.ini` (as mentioned in [the section above](#phpini)), for example:
0 commit comments