Browse Source

MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined.

PEAR_1_4DEV
Sebastian Bergmann 23 years ago
parent
commit
f8af9c3cee
  1. 1
      main/config.w32.h

1
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

Loading…
Cancel
Save