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>2021-04-14 12:55:38 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-04-14 12:55:38 +0300
commit6aa9c0899cab2210e9340bd710ee81db72d76d40 (patch)
tree07787777257045ea1dbce7a5673d5731464d31ab /common.h
parent446ceb2a51a256fee07cf6eeab7ef065b51bf497 (diff)
Add PHPREDIS_CTX_PTR magic value
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index fd11bf4e..e4808969 100644
--- a/common.h
+++ b/common.h
@@ -4,6 +4,7 @@
#ifndef REDIS_COMMON_H
#define REDIS_COMMON_H
+#define PHPREDIS_CTX_PTR ((void *)0xDEADC0DE)
#define PHPREDIS_NOTUSED(v) ((void)v)
#include "zend_llist.h"