make it build under win32

This commit is contained in:
Wez Furlong 2003-12-06 00:09:55 +00:00
parent dbb152b96a
commit 62d3cccfc9
2 changed files with 10 additions and 0 deletions

9
ext/spl/config.w32 Normal file
View File

@ -0,0 +1,9 @@
// $Id$
// vim:ft=javascript
ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "yes");
if (PHP_SPL != "no") {
EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c");
AC_DEFINE('HAVE_SPL', 1);
}

View File

@ -44,6 +44,7 @@ PHP_MINFO_FUNCTION(spl);
ZEND_BEGIN_MODULE_GLOBALS(spl) ZEND_BEGIN_MODULE_GLOBALS(spl)
int dummy;
ZEND_END_MODULE_GLOBALS(spl) ZEND_END_MODULE_GLOBALS(spl)
#ifdef ZTS #ifdef ZTS