Home >Backend Development >PHP7 >php7.3+redis3 installation under windows

php7.3+redis3 installation under windows

藏色散人
藏色散人forward
2019-03-29 17:29:187991browse

php7.3+redis3 installation under windows

1. Download redis3.0 windows version
https://github.com/MicrosoftArchive/redis/releases

2. Download php7.3 corresponding redis extension dll file
https://windows.php.net/downloads/pecl/snaps/redis/4.2.0/

3. Copy the php_redis.dll and php_redis_pdb files to the ext of php Folder

4. Modify the php.ini file and add extension=php_redis.dll or extension=php_redis in extenxsions

5. Use phpinfo() to view the redis extension description added successfully

Related recommendations: "PHP Tutorial" "redis tutorial

The above is the detailed content of php7.3+redis3 installation under windows. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:kancloud.cn. If there is any infringement, please contact admin@php.cn delete