summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-26 03:01:45 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-27 23:25:33 +0200
commit033cafacbd8b184260c91a74ea7956b302857706 (patch)
tree14b318d04f819b4bf9624a4bb45aed981bc33bd7 /main/internal_functions_win32.c
parent08027e85fafe67c2044e868d49286b800497ef14 (diff)
downloadphp-git-033cafacbd8b184260c91a74ea7956b302857706.tar.gz
Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols
The hash extension is always available since PHP-7.4. The symbol HAVE_HASH_EXT is kept for BC reasons and removed in PHP-8.0. This patch also removes the PHAR_HASH_OK since it is no longer relevant.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 88e056f5d8..4a3301e49b 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -116,9 +116,7 @@ static zend_module_entry * const php_builtin_extensions[] = {
#if HAVE_FTP
,phpext_ftp_ptr
#endif
-#if HAVE_HASH
,phpext_hash_ptr
-#endif
#if HAVE_ICONV
,phpext_iconv_ptr
#endif