File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 26
26
#include <unistd.h>
27
27
#endif
28
28
#include "php_image.h"
29
- #ifdef PHP_WIN32
30
- # include <stdint.h>
31
- #endif
32
29
33
30
#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB )
34
31
#include "zlib.h"
Original file line number Diff line number Diff line change 22
22
#include "zend_API.h"
23
23
#include "zend_llist.h"
24
24
#include "zend_operators.h"
25
- #ifdef PHP_WIN32
26
- # include <stdint.h>
27
- #endif
28
25
#include <sys/stat.h>
29
26
30
27
#define SAPI_OPTION_NO_CHDIR 1
Original file line number Diff line number Diff line change 25
25
#include "php_content_types.h"
26
26
#include "SAPI.h"
27
27
#include "zend_globals.h"
28
- #ifdef PHP_WIN32
29
- # include <inttypes.h>
30
- #endif
31
28
32
29
/* for systems that need to override reading of environment variables */
33
30
void _php_import_environment_variables (zval * array_ptr );
You can’t perform that action at this time.
0 commit comments