From 5b3771a0b2dd8bafe884558a5f249850acfbb6dd Mon Sep 17 00:00:00 2001 From: Jan-E Date: Tue, 22 Sep 2020 11:56:59 +0200 Subject: PHP 8 compatibility Windows --- redis_array_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis_array_impl.h') diff --git a/redis_array_impl.h b/redis_array_impl.h index 0ef5a73f..a6802dd2 100644 --- a/redis_array_impl.h +++ b/redis_array_impl.h @@ -1,7 +1,7 @@ #ifndef REDIS_ARRAY_IMPL_H #define REDIS_ARRAY_IMPL_H -#ifdef PHP_WIN32 +#if (defined(_MSC_VER) && _MSC_VER <= 1920) #include #else #include -- cgit v1.2.3