Skip to content

Commit 01171db

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Extend ignore list for DLLs to not to look after
2 parents e7c1c86 + 9655705 commit 01171db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

win32/build/mkdist.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ function get_depends($module)
3737
'odbc32.dll', 'ole32.dll', 'oleaut32.dll', 'rpcrt4.dll',
3838
'shell32.dll', 'shlwapi.dll', 'user32.dll', 'ws2_32.dll', 'ws2help.dll',
3939
'comctl32.dll', 'winmm.dll', 'wsock32.dll', 'winspool.drv', 'msasn1.dll',
40-
'secur32.dll', 'netapi32.dll',
40+
'secur32.dll', 'netapi32.dll', 'dnsapi.dll', 'psapi.dll', 'normaliz.dll',
41+
'iphlpapi.dll',
4142

4243
/* apache */
4344
'apachecore.dll',
@@ -65,7 +66,9 @@ function get_depends($module)
6566
* (msvcrt7x.dll) are not */
6667
'msvcrt.dll',
6768
'msvcr90.dll',
68-
'wldap32.dll'
69+
'wldap32.dll',
70+
'vcruntime140.dll',
71+
'msvcp140.dll',
6972
);
7073
global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_module_deps, $pecl_dll_deps;
7174

0 commit comments

Comments
 (0)