Skip to content

Commit d4268e6

Browse files
committed
Merge branch 'PHP-7.2'
* PHP-7.2: Extend ignore list for DLLs to not to look after
2 parents 27644c1 + 01171db commit d4268e6

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',
@@ -59,7 +60,9 @@ function get_depends($module)
5960
* (msvcrt7x.dll) are not */
6061
'msvcrt.dll',
6162
'msvcr90.dll',
62-
'wldap32.dll'
63+
'wldap32.dll',
64+
'vcruntime140.dll',
65+
'msvcp140.dll',
6366
);
6467
global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_module_deps, $pecl_dll_deps;
6568

0 commit comments

Comments
 (0)