--- embedaddon/php/win32/build/config.w32.h.in 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/win32/build/config.w32.h.in 2012/05/29 12:34:34 1.1.1.2 @@ -1,13 +1,13 @@ /* Build Configuration Template for Win32. - $Id: config.w32.h.in,v 1.1.1.1 2012/02/21 23:48:06 misho Exp $ + $Id: config.w32.h.in,v 1.1.1.2 2012/05/29 12:34:34 misho Exp $ */ /* Define the minimum supported version */ #undef _WIN32_WINNT #undef NTDDI_VERSION -#define _WIN32_WINNT 0x500 -#define NTDDI_VERSION _WIN32_WIN2K +#define _WIN32_WINNT 0x0501 +#define NTDDI_VERSION 0x05010200 /* Default PHP / PEAR directories */ #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" @@ -33,8 +33,6 @@ /* PHP Runtime Configuration */ #define PHP_URL_FOPEN 1 -#define PHP_SAFE_MODE 0 -#define MAGIC_QUOTES 0 #define USE_CONFIG_FILE 1 #define DEFAULT_SHORT_OPEN_TAG "1" @@ -151,9 +149,6 @@ /* Win32 supports strcoll */ #define HAVE_STRCOLL 1 - -/* Suhosin Patch support */ -#define SUHOSIN_PATCH 1 /* Win32 supports socketpair by the emulation in win32/sockets.c */ #define HAVE_SOCKETPAIR 1