34aecae927
- 3.0.4 was generating bogus 'delete' commands in some cases; I noticed this when trying to use memcache as a session storage backend with Roundcube webmail - this update fixes this.
13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
$OpenBSD: patch-memcache_pool_c,v 1.1 2012/04/16 17:44:38 sthen Exp $
|
|
--- memcache_pool.c.orig Mon Apr 11 05:56:53 2011
|
|
+++ memcache_pool.c Thu Apr 12 21:53:54 2012
|
|
@@ -24,6 +24,8 @@
|
|
#endif
|
|
|
|
#include <zlib.h>
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
#include "php.h"
|