Skip to content

Commit 436a655

Browse files
committed
ext/opcache/ZendAccelerator.c: Restrict MD5 header include to Windows
As it is only ever used in accel_gen_uname_id() which is Windows only
1 parent 4a4aae5 commit 436a655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
#include "zend_accelerator_hash.h"
4848
#include "zend_file_cache.h"
4949
#include "ext/pcre/php_pcre.h"
50-
#include "ext/standard/md5.h"
5150

5251
#ifdef ZEND_WIN32
5352
# include "ext/hash/php_hash.h"
53+
# include "ext/standard/md5.h"
5454
#endif
5555

5656
#ifdef HAVE_JIT

0 commit comments

Comments
 (0)