PHP_MD5_CTX is now always used due to fix for #71204

This commit is contained in:
Bob Weinand 2015-12-08 15:22:25 +01:00
parent c0ce2281bc
commit a11805a4d9

View File

@ -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