mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +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$
|
// $Id$
|
||||||
// vim:ft=javascript
|
// 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") {
|
if (PHP_SPL != "no") {
|
||||||
EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c");
|
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