mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
PHP 8 compatibility Windows
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef REDIS_ARRAY_H
|
||||
#define REDIS_ARRAY_H
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#if (defined(_MSC_VER) && _MSC_VER <= 1920)
|
||||
#include "win32/php_stdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
||||
+1
-1
@@ -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 <win32/php_stdint.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user