summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index bdd245309e..88e056f5d8 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -112,9 +112,7 @@ static zend_module_entry * const php_builtin_extensions[] = {
#if HAVE_CTYPE
,phpext_ctype_ptr
#endif
-#if HAVE_DATE
,phpext_date_ptr
-#endif
#if HAVE_FTP
,phpext_ftp_ptr
#endif
@@ -153,9 +151,7 @@ static zend_module_entry * const php_builtin_extensions[] = {
#if HAVE_XML
,phpext_xml_ptr
#endif
-#if HAVE_SPL
,phpext_spl_ptr
-#endif
#if HAVE_XML && HAVE_XMLREADER
,phpext_xmlreader_ptr
#endif