summaryrefslogtreecommitdiff
path: root/ext/spl/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/config.w32')
-rw-r--r--ext/spl/config.w3212
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/spl/config.w32 b/ext/spl/config.w32
deleted file mode 100644
index 931a6704c7..0000000000
--- a/ext/spl/config.w32
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "yes");
-
-if (PHP_SPL != "no") {
- if (PHP_SPL_SHARED) {
- ERROR("SPL cannot be compiled as a shared ext");
- }
- 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");
- AC_DEFINE('HAVE_SPL', 1);
-}