summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-10-06 00:03:02 +0000
committerAndi Gutmans <andi@php.net>2000-10-06 00:03:02 +0000
commit31a5160a0a71f1995613bc1e55c17ba7eb28138f (patch)
tree96d7f947e711e27660152c3ca1fbf6e5e6313466 /main/internal_functions_win32.c
parent9ece8612b821497dcbf0fbb944d1137dace3d974 (diff)
downloadphp-git-31a5160a0a71f1995613bc1e55c17ba7eb28138f.tar.gz
- Add calendar to default Win32 build.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c2
1 files changed, 2 insertions, 0 deletions
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,