From: Sebastian Bergmann Date: Fri, 27 Jun 2003 16:43:05 +0000 (+0000) Subject: MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. X-Git-Tag: php-5.0.0b1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8af9c3ceea1c6ee58a34977e7e4ba290b62a3f5;p=php MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. --- diff --git a/main/config.w32.h b/main/config.w32.h index 3fd2ae13bd..c5fd2ba94d 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -167,6 +167,7 @@ #define HAVE_GLOB #define PHP_SHLIB_SUFFIX "dll" #define HAVE_SQLDATASOURCES +#define POSIX_MALLOC_THRESHOLD 10 /* Win32 supports strcoll */ #define HAVE_STRCOLL 1