Skip to content

Commit 7965b8e

Browse files
authored
Merge pull request #497 from lifenglsf/fix_windows_php8
fix windows php8 php_stdint.h path
2 parents de1a9e2 + 0826156 commit 7965b8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: php_memcached_private.h

+4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
#include <ext/standard/basic_functions.h>
4949

5050
#ifdef PHP_WIN32
51+
# if PHP_VERSION_ID >= 80000
52+
# include "php_stdint.h"
53+
#else
5154
# include "win32/php_stdint.h"
55+
#endif
5256
#else
5357
/* Used to store the size of the block */
5458
# if defined(HAVE_INTTYPES_H)

0 commit comments

Comments
 (0)