Tag

Extension Installation

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 24, 2022 · Backend Development

How to Install and Uninstall PECL Extensions for Multiple PHP Versions

This article explains how to use PECL with the -d php_suffix and -r options to install and uninstall the same extension across multiple PHP versions, and also announces an online PHP training class for beginners to advanced learners.

Backend DevelopmentExtension InstallationPECL
0 likes · 2 min read
How to Install and Uninstall PECL Extensions for Multiple PHP Versions
php中文网 Courses
php中文网 Courses
Nov 5, 2020 · Backend Development

Installing and Configuring the PHP Redis Extension for a Historical Search Queue

This guide walks through checking your PHP configuration, downloading the appropriate Redis extension, installing it, updating php.ini, verifying the installation, starting the Redis service, and shows the core template and PHP server code needed to implement a historical search queue using Redis.

Backend DevelopmentExtension InstallationRedis
0 likes · 2 min read
Installing and Configuring the PHP Redis Extension for a Historical Search Queue