summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-26 02:36:44 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-26 23:30:58 +0200
commit6ef2f04a7557504c2596c82c5c64240dbc21ec24 (patch)
tree1224322f8fdef755d00e1a470d9ac14bbd9bea6d
parentcc4134c04eb0f092b1245c5efbdfe476165fd4b2 (diff)
downloadphp-git-6ef2f04a7557504c2596c82c5c64240dbc21ec24.tar.gz
Remove unused HAVE_DATE and HAVE_SPL symbols
These two are never defined anymore since PHP 7.4 and can be considered to have always available date and hash extensions.
-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