sebastian Fri Jun 27 12:43:05 2003 EDT
Modified files:
/php-src/main config.w32.h
Log:
MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined.
Index: php-src/main/config.w32.h
diff -u php-src/main/config.w32.h:1.74 php-src/main/config.w32.h:1.75
--- php-src/main/config.w32.h:1.74 Fri Jun 27 10:32:59 2003
+++ php-src/main/config.w32.h Fri Jun 27 12:43:05 2003
@@ -2,7 +2,7 @@
Build Configuration for Win32.
This has only been tested with MS VisualC++ 6 (and later).
- $Id: config.w32.h,v 1.74 2003/06/27 14:32:59 edink Exp $
+ $Id: config.w32.h,v 1.75 2003/06/27 16:43:05 sebastian Exp $
*/
/* Default PHP / PEAR directories */
@@ -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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php