March 28, 2013
PHP 5.4
-
php_redis-5.4-vc9-ts-7c52f3.dll
- php_igbinary-5.4-vs9-ts-c35d48.dll
- php_redis-5.4-vc9-nts-7c52f3.dll
- php_igbinary-5.4-vs9-nts-c35d48.dll
PHP 5.3
-
php_redis-5.3-vc9-ts-7c52f3.dll
- php_igbinary-5.3-vs9-ts-c35d48.dll
- php_redis-5.3-vc9-nts-7c52f3.dll
- php_igbinary-5.3-vs9-nts-c35d48.dll
Install instructions
Put both php_redis_*.dll
and php_igbinary_*.dll
in your php extensions folder and add both to php.ini
(load igbinary before phpredis):
extension=php_igbinary_*.dll
extension=php_redis_*.dll
Use the ts
(threadsafe
) when using PHP as a module (e.g. apache module) where requests are processed using threads. Use the nts
(nonthreadsafe
) when running PHP as a process (e.g. with IIS/fastcgi). The nts
version is generally faster than the ts
version.
Compile flags
--enable-redis=shared
--enable-redis-session
--enable-igbinary=shared
--enable-redis-igbinary