From 73ac27cae77efe10a102f78315f1ea10fd256725 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 12 Jan 2021 22:22:16 +0100 Subject: [PATCH] win32/php_stdint.h is removed as of PHP 8.0.0 Cf. . --- src/memcache_binary_protocol.c | 3 +-- src/memcache_pool.h | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/memcache_binary_protocol.c b/src/memcache_binary_protocol.c index 707b351..ffe3a59 100644 --- a/src/memcache_binary_protocol.c +++ b/src/memcache_binary_protocol.c @@ -25,11 +25,10 @@ #define MMC_DEBUG 0 +#include #ifdef PHP_WIN32 -#include #include #else -#include #include #include #endif diff --git a/src/memcache_pool.h b/src/memcache_pool.h index cb3d086..0659b3a 100644 --- a/src/memcache_pool.h +++ b/src/memcache_pool.h @@ -34,11 +34,7 @@ #include #endif -#ifdef PHP_WIN32 -#include -#else #include -#endif #include #include "php.h"