summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-02-10 16:58:27 +0800
committerXinchen Hui <laruence@gmail.com>2018-02-10 16:58:27 +0800
commit87b71804804a0a76115267a34acd27b7d01d6e85 (patch)
treed6b89957171c058a68536326eeee64d64eb79c22 /Zend/zend.c
parentab44dddfe4f0270f7ae84f5e61578e75c2005bc3 (diff)
downloadphp-git-87b71804804a0a76115267a34acd27b7d01d6e85.tar.gz
Fixed cpu feature check in reslover functions
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index aae1d13b11..dc0cab8cc0 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -742,9 +742,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions) /
extern zend_php_scanner_globals language_scanner_globals;
#endif
-#ifndef HAVE_FUNC_ATTRIBUTE_IFUNC
zend_cpu_startup();
-#endif
#ifdef ZEND_WIN32
php_win32_cp_set_by_id(65001);