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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-06-06 22:01:38 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-06-06 22:01:38 +0300
commitc760bf613e1f792e4f403ffef4d21bc10a439946 (patch)
treec96e919815a4608ae7ddc45438325d56184d8b2b /php_redis.h
parent26230d23f36cd040a317cccfa3006873d104215a (diff)
Remove PHP_RINIT and PHP_RSHUTDOWN
Since we don't do anything while request start/end we may safely remove PHP_RINIT and PHP_RSHUTDOWN functions.
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 */