Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd5ac1 commit a7e5ea6Copy full SHA for a7e5ea6
1 file changed
redis_cluster.h
@@ -91,11 +91,10 @@
91
} \
92
resp_func(INTERNAL_FUNCTION_PARAM_PASSTHRU, c, ctx);
93
94
-#endif
95
-
96
extern zend_class_entry *redis_cluster_ce;
97
extern zend_class_entry *redis_cluster_exception_ce;
98
extern PHP_MINIT_FUNCTION(redis_cluster);
99
extern zend_object * create_cluster_context(zend_class_entry *class_type);
100
extern void free_cluster_context(zend_object *object);
101
+#endif
0 commit comments