wez             Tue Jan 20 12:18:42 2004 EDT

  Modified files:              
    /php-src/ext/spl    config.w32 
  Log:
  default to compiled in to match unix.
  
http://cvs.php.net/diff.php/php-src/ext/spl/config.w32?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/config.w32
diff -u php-src/ext/spl/config.w32:1.3 php-src/ext/spl/config.w32:1.4
--- php-src/ext/spl/config.w32:1.3      Mon Jan 19 03:31:16 2004
+++ php-src/ext/spl/config.w32  Tue Jan 20 12:18:41 2004
@@ -1,7 +1,7 @@
-// $Id: config.w32,v 1.3 2004/01/19 08:31:16 sebastian Exp $
+// $Id: config.w32,v 1.4 2004/01/20 17:18:41 wez Exp $
 // vim:ft=javascript
 
-ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "no");
+ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "yes");
 
 if (PHP_SPL != "no") {
        EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c 
spl_array.c spl_directory.c spl_sxe.c");

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

Reply via email to