File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535#ifdef HAVE_LIBDL
3636#ifdef PHP_WIN32
37- #include "win32/param.h"
3837#include "win32/winutil.h"
3938#define GET_DL_ERROR () php_win_err()
4039#else
41- #include <sys/param.h>
4240#define GET_DL_ERROR () DL_ERROR()
4341#endif
4442#endif
Original file line number Diff line number Diff line change 3030
3131#ifdef PHP_WIN32
3232#include <winsock2.h>
33- #define O_RDONLY _O_RDONLY
34- #include "win32/param.h"
35- #else
36- #include <sys/param.h>
3733#endif
3834
3935#include "php_standard.h"
Original file line number Diff line number Diff line change 3333#include <sys/stat.h>
3434#include <fcntl.h>
3535
36- #ifdef PHP_WIN32
37- #define O_RDONLY _O_RDONLY
38- #include "win32/param.h"
39- #else
40- #include <sys/param.h>
41- #endif
42-
4336#include "php_standard.h"
4437
4538#ifdef HAVE_SYS_SOCKET_H
Original file line number Diff line number Diff line change 2424#ifdef PHP_WIN32
2525# include <Ws2tcpip.h>
2626# include "win32/winutil.h"
27- # define O_RDONLY _O_RDONLY
28- # include "win32/param.h"
29- #else
30- #include <sys/param.h>
3127#endif
3228
3329#include <sys/types.h>
Original file line number Diff line number Diff line change 2727#ifndef HAVE_SCANDIR
2828
2929#ifdef PHP_WIN32
30- #include "win32/param.h"
3130#include "win32/readdir.h"
3231#endif
3332
Original file line number Diff line number Diff line change @@ -48,11 +48,9 @@ extern int phpdbg_startup_run;
4848
4949#ifdef HAVE_LIBDL
5050#ifdef PHP_WIN32
51- #include "win32/param.h"
5251#include "win32/winutil.h"
5352#define GET_DL_ERROR () php_win_err()
5453#else
55- #include <sys/param.h>
5654#define GET_DL_ERROR () DL_ERROR()
5755#endif
5856#endif
You can’t perform that action at this time.
0 commit comments