mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
PHP_MD5_CTX is now always used due to fix for #71204
This commit is contained in:
parent
c0ce2281bc
commit
a11805a4d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user