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

php7.3+redis3 installation under windows

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

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 addextension=php_redis.dllorextension=php_redisinextenxsions

5. Usephpinfo()to view theredisextension 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