|
version 1.1, 2012/02/21 23:48:06
|
version 1.1.1.2, 2012/05/29 12:34:34
|
|
Line 6
|
Line 6
|
| /* Define the minimum supported version */ |
/* Define the minimum supported version */ |
| #undef _WIN32_WINNT |
#undef _WIN32_WINNT |
| #undef NTDDI_VERSION |
#undef NTDDI_VERSION |
| #define _WIN32_WINNT 0x500 | #define _WIN32_WINNT 0x0501 |
| #define NTDDI_VERSION _WIN32_WIN2K | #define NTDDI_VERSION 0x05010200 |
| |
|
| /* Default PHP / PEAR directories */ |
/* Default PHP / PEAR directories */ |
| #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" |
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" |
|
Line 33
|
Line 33
|
| |
|
| /* PHP Runtime Configuration */ |
/* PHP Runtime Configuration */ |
| #define PHP_URL_FOPEN 1 |
#define PHP_URL_FOPEN 1 |
| #define PHP_SAFE_MODE 0 |
|
| #define MAGIC_QUOTES 0 |
|
| #define USE_CONFIG_FILE 1 |
#define USE_CONFIG_FILE 1 |
| #define DEFAULT_SHORT_OPEN_TAG "1" |
#define DEFAULT_SHORT_OPEN_TAG "1" |
| |
|
|
Line 151
|
Line 149
|
| |
|
| /* Win32 supports strcoll */ |
/* Win32 supports strcoll */ |
| #define HAVE_STRCOLL 1 |
#define HAVE_STRCOLL 1 |
| |
|
| /* Suhosin Patch support */ |
|
| #define SUHOSIN_PATCH 1 |
|
| |
|
| /* Win32 supports socketpair by the emulation in win32/sockets.c */ |
/* Win32 supports socketpair by the emulation in win32/sockets.c */ |
| #define HAVE_SOCKETPAIR 1 |
#define HAVE_SOCKETPAIR 1 |