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 9bcbf5a commit d8a21e7Copy full SHA for d8a21e7
Zend/zend_portability.h
@@ -50,17 +50,12 @@
50
# define ZEND_PATHS_SEPARATOR ':'
51
#endif
52
53
-#include "../TSRM/TSRM.h"
54
-
55
-#include <stdio.h>
56
#include <assert.h>
57
-#include <math.h>
58
59
#ifdef HAVE_UNIX_H
60
# include <unix.h>
61
62
63
-#include <stdarg.h>
64
#include <stddef.h>
65
66
#ifdef HAVE_DLFCN_H
@@ -73,8 +68,6 @@
73
68
#include <intrin.h>
74
69
75
70
76
-#include "zend_range_check.h"
77
78
71
/* GCC x.y.z supplies __GNUC__ = x and __GNUC_MINOR__ = y */
79
72
#ifdef __GNUC__
80
# define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
main/php.h
@@ -32,6 +32,7 @@
32
#include "zend_rc_debug.h"
33
#include "zend_sort.h"
34
#include "php_compat.h"
35
+#include "zend_range_check.h"
36
37
#include "zend_API.h"
38
0 commit comments