Snippets tagged “pecl”
3 snippets use this tag.
- How to install php-redis extension using the official PHP Docker image approach?PHP
To install the php-redis extension using the official PHP Docker image, you can use the docker-php-ext-install script that comes with the image.
- Installing the PHP 7 MongoDB Client/Driver?PHP
To install the PHP 7 MongoDB driver, you can use the PECL (PHP Extension Community Library) command-line tool.
- Update PHP to 7.4 macOS Catalina with brewPHP
To update PHP to version 7.4 on macOS Catalina using Homebrew, you can use the following steps: