@Everyone interested,
I have compiled and tested a redis module that works like a charm on PHP 7.0.1.
I have added a ZIP file, with two files:
- redis.so (the redis module for PHP 7.0.1)
- redis.php (a test script to check yourselves whether the module is working)
The module can be installed by following the steps:
a) upload the ZIP file to a directory on your server
b) run from the command line: echo "extension=<path to directory>/redis.so" > /opt/plesk/php/7.0/etc/php.d/redis.ini...
Redis module for PHP 7.0.1 and 7.0.2
I have compiled and tested a redis module that works like a charm on PHP 7.0.1.
I have added a ZIP file, with two files:
- redis.so (the redis module for PHP 7.0.1)
- redis.php (a test script to check yourselves whether the module is working)
The module can be installed by following the steps:
a) upload the ZIP file to a directory on your server
b) run from the command line: echo "extension=<path to directory>/redis.so" > /opt/plesk/php/7.0/etc/php.d/redis.ini...
Redis module for PHP 7.0.1 and 7.0.2