From 13dc73940d7768e21fe7363c1701df547589d486 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 1 Oct 2005 15:46:31 +0000 Subject: [PATCH] - SPL may extend SimpleXML (if present) --- ext/spl/config.m4 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.40.0