From a11805a4d955a0d339595e61f39b42e1f1cea36d Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Tue, 8 Dec 2015 15:22:25 +0100 Subject: [PATCH] PHP_MD5_CTX is now always used due to fix for #71204 --- ext/opcache/ZendAccelerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index cc4273c6ba..b7f8ce419e 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -40,10 +40,10 @@ #include "zend_accelerator_util_funcs.h" #include "zend_accelerator_hash.h" #include "ext/pcre/php_pcre.h" +#include "ext/standard/md5.h" #ifdef HAVE_OPCACHE_FILE_CACHE # include "zend_file_cache.h" -# include "ext/standard/md5.h" #endif #ifndef ZEND_WIN32 -- 2.40.0