mirror of
https://github.com/php/php-src.git
synced 2024-12-03 06:44:07 +08:00
don't enable by default; causes simplexml build to fail
This commit is contained in:
parent
8da99a195e
commit
95c48c740c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user