From 31a5160a0a71f1995613bc1e55c17ba7eb28138f Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Fri, 6 Oct 2000 00:03:02 +0000 Subject: - Add calendar to default Win32 build. --- main/internal_functions_win32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/internal_functions_win32.c') diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index d9fe462ada..9088251463 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -49,6 +49,7 @@ #include "ext/standard/php_output.h" #include "ext/standard/php_array.h" #include "ext/standard/php_assert.h" +#include "ext/calendar/php_calendar.h" #include "ext/com/php_COM.h" #include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" @@ -67,6 +68,7 @@ zend_module_entry *php_builtin_extensions[] = { phpext_bcmath_ptr, #endif phpext_standard_ptr, + phpext_calendar_ptr, COM_module_ptr, phpext_ftp_ptr, phpext_pcre_ptr, -- cgit v1.2.1