From: Sebastian Bergmann Date: Fri, 27 Jun 2003 16:42:49 +0000 (+0000) Subject: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. X-Git-Tag: php-4.3.3RC2~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eed604dce5497432693c8b07bd8b3184774996ad;p=php libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. --- diff --git a/main/config.w32.h b/main/config.w32.h index ddf08cbee8..79c248362c 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -170,6 +170,7 @@ #define HAVE_GLOB #define PHP_SHLIB_SUFFIX "dll" #define HAVE_SQLDATASOURCES +#define POSIX_MALLOC_THRESHOLD 10 /* Win32 supports strcoll */ #define HAVE_STRCOLL 1