php_redis.dll Extension for PHP5.4.x Setup Guide
To install php_redis.dll for PHP5.4.x on a Windows platform (XP x32 with FastCGI PHP5.4.9 and Nginx 1.4.0), follow these steps:
- Place php_redis.dll and php_igbinary.dll in the PHP ext directory.
- Edit the php.ini file to include the following lines:
extension=php_igbinary.dll
extension=php_redis.dll
- Restart your web server.
Important: Ensure that php_igbinary.dll is listed before php_redis.dll in the php.ini file for the extension to work correctly.
88.37KB
文件大小:
评论区