diff options
author | Wez Furlong <wez@php.net> | 2003-12-19 13:02:57 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-19 13:02:57 +0000 |
commit | 95c48c740c8ab49092af05baa16a284db39d7c29 (patch) | |
tree | f493215aed5ebca881bbd1e1ae0e147aeaea5622 /ext/spl | |
parent | 8da99a195e9bf51c2d784634ba333f31bbd500b3 (diff) | |
download | php-git-95c48c740c8ab49092af05baa16a284db39d7c29.tar.gz |
don't enable by default; causes simplexml build to fail
Diffstat (limited to 'ext/spl')
-rw-r--r-- | ext/spl/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/config.w32 b/ext/spl/config.w32 index 2880b91cd5..c17aaad52c 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"); |