Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdefc2 commit 7194e31Copy full SHA for 7194e31
1 file changed
redis_array.h
@@ -1,7 +1,11 @@
1
#ifndef REDIS_ARRAY_H
2
#define REDIS_ARRAY_H
3
4
+#ifdef PHP_WIN32
5
+#include "win32/php_stdint.h"
6
+#else
7
#include <stdint.h>
8
+#endif
9
#include "common.h"
10
11
void redis_destructor_redis_array(zend_rsrc_list_entry * rsrc TSRMLS_DC);
0 commit comments