From 0ef488fca7858fc99c0d0cbe70e85281fe33c61f Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Tue, 7 Jan 2020 21:05:50 -0500 Subject: Remove "PHP Version 5" section package.xml has a minimum version of 7.0 PHP 8.0 will probably be out in around a year. --- php_redis.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'php_redis.h') diff --git a/php_redis.h b/php_redis.h index 977c5378..c86ac2b4 100644 --- a/php_redis.h +++ b/php_redis.h @@ -1,6 +1,4 @@ /* - +----------------------------------------------------------------------+ - | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2009 The PHP Group | +----------------------------------------------------------------------+ @@ -263,7 +261,7 @@ PHP_MSHUTDOWN_FUNCTION(redis); PHP_MINFO_FUNCTION(redis); /* Redis response handler function callback prototype */ -typedef void (*ResultCallback)(INTERNAL_FUNCTION_PARAMETERS, +typedef void (*ResultCallback)(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx); PHP_REDIS_API int redis_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent); @@ -271,7 +269,7 @@ PHP_REDIS_API int redis_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent); PHP_REDIS_API int redis_response_enqueued(RedisSock *redis_sock); PHP_REDIS_API int redis_sock_read_multibulk_multi_reply_loop( - INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, + INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, int numElems); extern zend_module_entry redis_module_entry; -- cgit v1.2.3