Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/environment/php.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extension=soap

Due to space limitations in AWS Lambda, Bref runtimes cannot include every possible PHP extensions. These additional PHP extensions can be included as separate AWS Lambda layers.

All extra PHP extensions are found in [brefphp/extra-php-extensions](https://github.com/brefphp/extra-php-extensions).
All extra PHP extensions are found in [brefphp/extra-php-extensions](https://github.com/brefphp/extra-php-extensions). These include [Relay](https://relay.so) — a high-performance drop-in replacement for the `redis` extension that keeps a copy of your Redis data in shared memory.

Contributions to add more PHP extensions are welcomed.

Expand Down
Loading