derick          Thu Oct  6 09:03:31 2005 EDT

  Modified files:              
    /php-src/ext/standard       config.w32 
    /php-src/ext/wddx   config.w32 
  Log:
  - Fixed Windows build (patch by Mike)
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/config.w32?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/standard/config.w32
diff -u php-src/ext/standard/config.w32:1.4 php-src/ext/standard/config.w32:1.5
--- php-src/ext/standard/config.w32:1.4 Sun Jun 19 18:15:26 2005
+++ php-src/ext/standard/config.w32     Thu Oct  6 09:03:29 2005
@@ -1,9 +1,11 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.4 2005/06/19 22:15:26 derick Exp $
+// $Id: config.w32,v 1.5 2005/10/06 13:03:29 derick Exp $
 
 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", 
"");
 AC_DEFINE("PHP_CONFIG_FILE_SCAN_DIR", PHP_CONFIG_FILE_SCAN_DIR);
 
+CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", 
"ext/date/lib");
+
 EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
        crc32.c crypt.c cyr_convert.c datetime.c dir.c dl.c dns.c exec.c \
        file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
http://cvs.php.net/diff.php/php-src/ext/wddx/config.w32?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/wddx/config.w32
diff -u php-src/ext/wddx/config.w32:1.2 php-src/ext/wddx/config.w32:1.3
--- php-src/ext/wddx/config.w32:1.2     Mon Dec 22 08:16:41 2003
+++ php-src/ext/wddx/config.w32 Thu Oct  6 09:03:31 2005
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.2 2003/12/22 13:16:41 wez Exp $
+// $Id: config.w32,v 1.3 2005/10/06 13:03:31 derick Exp $
 // vim:ft=javascript
 
 ARG_WITH("wddx", "WDDX support", "yes");
@@ -7,6 +7,7 @@
        EXTENSION("wddx", "wddx.c");
        AC_DEFINE("HAVE_WDDX", 1, "WDDX support");
        ADD_EXTENSION_DEP('wddx', 'libxml');
+       CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_WDDX", 
"ext/date/lib");
 }
 
 

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

Reply via email to