File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
+----------------------------------------------------------------------+
16
16
*/
17
17
18
+ #include "SAPI.h"
19
+ #include "php.h"
20
+ #include "php_ini.h"
21
+ #include "php_main.h"
22
+ #include "php_globals.h"
23
+ #include "php_variables.h"
24
+ #include "zend_hash.h"
25
+ #include "zend_modules.h"
26
+ #include "fopen_wrappers.h"
27
+ #include "http_status_codes.h"
28
+
18
29
#include <stdio.h>
19
30
#include <stdlib.h>
20
31
#include <fcntl.h>
49
60
#include <dlfcn.h>
50
61
#endif
51
62
52
- #include "SAPI.h"
53
- #include "php.h"
54
- #include "php_ini.h"
55
- #include "php_main.h"
56
- #include "php_globals.h"
57
- #include "php_variables.h"
58
- #include "zend_hash.h"
59
- #include "zend_modules.h"
60
- #include "fopen_wrappers.h"
61
- #include "http_status_codes.h"
62
-
63
63
#include "zend_compile.h"
64
64
#include "zend_execute.h"
65
65
#include "zend_highlight.h"
You can’t perform that action at this time.
0 commit comments