Lines 1-11
Link Here
|
1 |
--- php7/memcache_pool.h.orig 2019-02-27 20:19:05 UTC |
|
|
2 |
+++ php7/memcache_pool.h |
3 |
@@ -396,7 +396,7 @@ int mmc_unpack_value(mmc_t *, mmc_reques |
4 |
double timeval_to_double(struct timeval tv); |
5 |
struct timeval double_to_timeval(double sec); |
6 |
|
7 |
-int mmc_prepare_key_ex(const char *, unsigned int, char *, unsigned int *); |
8 |
+int mmc_prepare_key_ex(const char *, unsigned int, char *, unsigned int *, char *); |
9 |
int mmc_prepare_key(zval *, char *, unsigned int *); |
10 |
|
11 |
#define mmc_str_left(h, n, hlen, nlen) ((hlen) >= (nlen) ? memcmp((h), (n), (nlen)) == 0 : 0) |