From 95c48c740c8ab49092af05baa16a284db39d7c29 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 19 Dec 2003 13:02:57 +0000 Subject: [PATCH] don't enable by default; causes simplexml build to fail --- ext/spl/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/config.w32 b/ext/spl/config.w32 index 2880b91cd5e..c17aaad52c2 100644 --- a/ext/spl/config.w32 +++ b/ext/spl/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "yes"); +ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "no"); if (PHP_SPL != "no") { EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c");