edink           Sun Jun  8 20:59:08 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/main  config.w32.h 
  Log:
  Fix for #24022
  
Index: php4/main/config.w32.h
diff -u php4/main/config.w32.h:1.61.2.1 php4/main/config.w32.h:1.61.2.2
--- php4/main/config.w32.h:1.61.2.1     Thu Jan  9 11:52:13 2003
+++ php4/main/config.w32.h      Sun Jun  8 20:59:08 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.1 2003/01/09 16:52:13 sebastian Exp $
+       $Id: config.w32.h,v 1.61.2.2 2003/06/09 00:59:08 edink Exp $
 */
 
 /* Default PHP / PEAR directories */
@@ -169,6 +169,7 @@
 #define SIZEOF_INT 4
 #define HAVE_GLOB
 #define PHP_SHLIB_SUFFIX "dll"
+#define HAVE_SQLDATASOURCES
 
 /* 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