phpredis
phpredis copied to clipboard
A PHP extension for Redis
$this->redis->zRange( $key, $start, -1, false ); return null; $this->redis->zRange( $key, $start, -1, TRUE); is not corrent php 7.0.2
Hi, all. My first time here. I've found a problem on the function: hGetAll() of the windows build for php7 from Jan-E, downloaded from Apache Lounge yesterday. Here are the...
Hi, there. I got another problem on hMGet. Based on the latest binary from Jan-E. hMGet functoin will make PHP-CGI crashed somehow. But hGet function is OK.
Seems all string length uses int , which should introduce problems (segfault etc) after parameters parsing... like: ``` c /* {{{ proto array Redis::info() */ PHP_METHOD(Redis, info) { zval *object;...