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>2022-06-29 17:31:03 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-06-29 17:31:03 +0300
commitde3635dad515279e376d395671f14a5f6e729d61 (patch)
tree94f4edc0374c4882ff251cf9b56627edcb744368
parentcf2c052c7b5da35abd6935a99cc27aac0f0c3606 (diff)
Change PHPREDIS_CTX_PTR type
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 8b1a0127..ae16b0dc 100644
--- a/common.h
+++ b/common.h
@@ -4,7 +4,7 @@
#ifndef REDIS_COMMON_H
#define REDIS_COMMON_H
-#define PHPREDIS_CTX_PTR ((void *)0xDEADC0DE)
+#define PHPREDIS_CTX_PTR ((char *)0xDEADC0DE)
#define PHPREDIS_NOTUSED(v) ((void)v)
#include "zend_llist.h"