mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
fix closing condition
This commit is contained in:
+1
-2
@@ -91,11 +91,10 @@
|
||||
} \
|
||||
resp_func(INTERNAL_FUNCTION_PARAM_PASSTHRU, c, ctx);
|
||||
|
||||
#endif
|
||||
|
||||
extern zend_class_entry *redis_cluster_ce;
|
||||
extern zend_class_entry *redis_cluster_exception_ce;
|
||||
extern PHP_MINIT_FUNCTION(redis_cluster);
|
||||
extern zend_object * create_cluster_context(zend_class_entry *class_type);
|
||||
extern void free_cluster_context(zend_object *object);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user