summaryrefslogtreecommitdiff
path: root/ext/spl/config.w32
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-01 15:50:25 +0000
committerMarcus Boerger <helly@php.net>2004-11-01 15:50:25 +0000
commitfe1909b5919769c4805f8aacc3785f5b7a2a0dba (patch)
tree69ed5dbafeb17b2f005670361d5f1b9b1a4eb593 /ext/spl/config.w32
parentdb47e478c542dc4751c14e682654811b42958111 (diff)
downloadphp-git-fe1909b5919769c4805f8aacc3785f5b7a2a0dba.tar.gz
- Implement basic exception classes
Diffstat (limited to 'ext/spl/config.w32')
-rw-r--r--ext/spl/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/config.w32 b/ext/spl/config.w32
index d69471a717..255a2b4eab 100644
--- a/ext/spl/config.w32
+++ b/ext/spl/config.w32
@@ -7,6 +7,6 @@ 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");
+ 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");
AC_DEFINE('HAVE_SPL', 1);
}