php-pecl-redis-2.2.7/NTS/library.c:2031:64: warning: ordered comparison of pointer with integer zero [-Wextra] ``` if(php_stream_gets(redis_sock->stream, inbuf, sizeof(inbuf)) < 0) { ```