Authenticate in redis_sock_server_open

This commit is contained in:
Pavlo Yatsukhnenko
2020-03-12 00:21:21 +02:00
parent e37f38a39e
commit 35372a1f64
9 changed files with 53 additions and 75 deletions
-2
View File
@@ -69,6 +69,4 @@ typedef struct RedisArray_ {
zend_object *create_redis_array_object(zend_class_entry *ce);
void free_redis_array_object(zend_object *object);
PHP_REDIS_API int ra_call_user_function(HashTable *function_table, zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[]);
#endif