We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4134c commit 6ef2f04Copy full SHA for 6ef2f04
main/internal_functions_win32.c
@@ -112,9 +112,7 @@ static zend_module_entry * const php_builtin_extensions[] = {
112
#if HAVE_CTYPE
113
,phpext_ctype_ptr
114
#endif
115
-#if HAVE_DATE
116
,phpext_date_ptr
117
-#endif
118
#if HAVE_FTP
119
,phpext_ftp_ptr
120
@@ -153,9 +151,7 @@ static zend_module_entry * const php_builtin_extensions[] = {
153
151
#if HAVE_XML
154
152
,phpext_xml_ptr
155
156
-#if HAVE_SPL
157
,phpext_spl_ptr
158
159
#if HAVE_XML && HAVE_XMLREADER
160
,phpext_xmlreader_ptr
161
0 commit comments