Partially fix bug #70492

The libmagic portion is missing.
This commit is contained in:
Nikita Popov 2016-12-14 18:10:36 +01:00
parent d663296e3b
commit f99bf70360
2 changed files with 2 additions and 2 deletions

View file

@ -2343,7 +2343,7 @@ ZEND_API int is_zend_mm(void)
#endif
}
#if !ZEND_DEBUG && (!defined(_WIN32) || defined(__clang__))
#if !ZEND_DEBUG && defined(HAVE_BUILTIN_CONSTANT_P)
#undef _emalloc
#if ZEND_MM_CUSTOM