]> granicus.if.org Git - php/commitdiff
default to compiled in to match unix.
authorWez Furlong <wez@php.net>
Tue, 20 Jan 2004 17:18:41 +0000 (17:18 +0000)
committerWez Furlong <wez@php.net>
Tue, 20 Jan 2004 17:18:41 +0000 (17:18 +0000)
ext/spl/config.w32

index 4bbcf2a9f837466920e4464228cc265940223b6a..3066d2ef9f4a7fc81b4c444affa66f06292d1a05 100644 (file)
@@ -1,7 +1,7 @@
 // $Id$
 // 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");