From: Bob Weinand Date: Tue, 8 Dec 2015 14:22:25 +0000 (+0100) Subject: PHP_MD5_CTX is now always used due to fix for #71204 X-Git-Tag: php-7.0.1RC1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f4400d7e5fae1138b40433a5ffbe941915fd004;p=php PHP_MD5_CTX is now always used due to fix for #71204 --- 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