Skip to content

Commit 9655705

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Extend ignore list for DLLs to not to look after
2 parents 1f977d2 + 6ec4940 commit 9655705

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
@@ -36,7 +36,8 @@ function get_depends($module)
3636
'odbc32.dll', 'ole32.dll', 'oleaut32.dll', 'rpcrt4.dll',
3737
'shell32.dll', 'shlwapi.dll', 'user32.dll', 'ws2_32.dll', 'ws2help.dll',
3838
'comctl32.dll', 'winmm.dll', 'wsock32.dll', 'winspool.drv', 'msasn1.dll',
39-
'secur32.dll', 'netapi32.dll',
39+
'secur32.dll', 'netapi32.dll', 'dnsapi.dll', 'psapi.dll', 'normaliz.dll',
40+
'iphlpapi.dll',
4041

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

0 commit comments

Comments
 (0)