summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-12-08 15:22:25 +0100
committerAnatol Belski <ab@php.net>2015-12-08 15:32:55 +0100
commit4f4400d7e5fae1138b40433a5ffbe941915fd004 (patch)
tree5049815c7bb2f5703c00f2b94d4d2d88aecd0cb8
parent2629ad65a463025cbff069b454722b05d41aaf35 (diff)
downloadphp-git-4f4400d7e5fae1138b40433a5ffbe941915fd004.tar.gz
PHP_MD5_CTX is now always used due to fix for #71204php-7.0.1RC1
-rw-r--r--ext/opcache/ZendAccelerator.c2
1 files changed, 1 insertions, 1 deletions
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