Co-authored-by: Pavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>
This commit is contained in:
Michael Grunder
2025-09-01 09:03:06 -07:00
parent 92137ffd3f
commit d0b0c5cfdd

View File

@@ -2497,7 +2497,7 @@ redis_read_vinfo_response(RedisSock *redis_sock, zval *z_ret, long long count) {
long lval;
if (count < 0 || count % 2 != 0 || Z_TYPE_P(z_ret) != IS_ARRAY) {
zend_error_noreturn(E_ERROR, "Internal finfo handler error");
zend_error_noreturn(E_ERROR, "Internal vinfo handler error");
}
for (long long i = 0; i < count; i += 2) {