sebastian               Fri Jun 27 12:42:49 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/main       config.w32.h 
  Log:
  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.61.2.2 php-src/main/config.w32.h:1.61.2.3
--- php-src/main/config.w32.h:1.61.2.2  Sun Jun  8 20:59:08 2003
+++ php-src/main/config.w32.h   Fri Jun 27 12:42:49 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.61.2.2 2003/06/09 00:59:08 edink Exp $
+       $Id: config.w32.h,v 1.61.2.3 2003/06/27 16:42:49 sebastian Exp $
 */
 
 /* Default PHP / PEAR directories */
@@ -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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to