Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/php_redis.h b/php_redis.h
index f20c7397..4cc8c674 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -237,8 +237,6 @@ PHP_METHOD(Redis, getMode);
PHP_MINIT_FUNCTION(redis);
PHP_MSHUTDOWN_FUNCTION(redis);
-PHP_RINIT_FUNCTION(redis);
-PHP_RSHUTDOWN_FUNCTION(redis);
PHP_MINFO_FUNCTION(redis);
/* Redis response handler function callback prototype */