From d7928aae0a50c2b0465495ff0be948e7a4752d35 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 dc8cdb982f..2bf05fef9f 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.50.1