We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
in tag v4,1,0 there is a PHP warning:
PHP Warning: Declaration of Kdyby\Redis\Driver\PhpRedisDriver::connect($host, $port = NULL, $timeout = NULL, $retry_interval = NULL) should be compatible with Redis::connect($host, $port = NULL, $timeout = NULL, $persistent_id = NULL, $retry_interval = NULL, $read_timeout = NULL, $context = NULL) in /var/www/.../web/vendor/kdyby/redis/src/Kdyby/Redis/Driver/PhpRedisDriver.php:21
The text was updated successfully, but these errors were encountered:
Fix PHP Warning: Declaration of Kdyby\Redis\Driver\PhpRedisDriver::co…
62b1caf
…nnect Issue Kdyby#128
No branches or pull requests
Hello,
in tag v4,1,0 there is a PHP warning:
PHP Warning: Declaration of Kdyby\Redis\Driver\PhpRedisDriver::connect($host, $port = NULL, $timeout = NULL, $retry_interval = NULL) should be compatible with Redis::connect($host, $port = NULL, $timeout = NULL, $persistent_id = NULL, $retry_interval = NULL, $read_timeout = NULL, $context = NULL) in /var/www/.../web/vendor/kdyby/redis/src/Kdyby/Redis/Driver/PhpRedisDriver.php:21
The text was updated successfully, but these errors were encountered: