summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-10-01 15:46:31 +0000
committerMarcus Boerger <helly@php.net>2005-10-01 15:46:31 +0000
commit13dc73940d7768e21fe7363c1701df547589d486 (patch)
tree5266430deb97cef766375662e2b95d01bb82374e /ext
parent69722777a032531c63046d2c4daeb95478e1d857 (diff)
downloadphp-git-13dc73940d7768e21fe7363c1701df547589d486.tar.gz
- SPL may extend SimpleXML (if present)
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/config.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/config.m4 b/ext/spl/config.m4
index eea8092166..8f0b19084b 100755
--- a/ext/spl/config.m4
+++ b/ext/spl/config.m4
@@ -10,5 +10,4 @@ if test "$PHP_SPL" != "no"; then
fi
AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support])
PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c spl_observer.c, $ext_shared)
- PHP_ADD_EXTENSION_DEP(spl, simplexml)
fi