don't enable by default; causes simplexml build to fail

This commit is contained in:
Wez Furlong 2003-12-19 13:02:57 +00:00
parent 8da99a195e
commit 95c48c740c

View File

@ -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");