diff options
author | Anatol Belski <ab@php.net> | 2017-09-01 10:39:10 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-09-01 10:39:10 +0200 |
commit | 708fb442076eb65589a962ef45dce7f5e9eb4237 (patch) | |
tree | d7bc3d7af6c155f5407e03afcea7adf3803f1af3 /win32 | |
parent | becb4d6d5902a1d2f753d503cbbad953765355e8 (diff) | |
parent | fb597a8123b6d4912d52cf116dca195761dac327 (diff) | |
download | php-git-708fb442076eb65589a962ef45dce7f5e9eb4237.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
Yet one DLL to ignore
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/mkdist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 3b72b0cdee..bf91b8b360 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -38,7 +38,7 @@ function get_depends($module) 'shell32.dll', 'shlwapi.dll', 'user32.dll', 'ws2_32.dll', 'ws2help.dll', 'comctl32.dll', 'winmm.dll', 'wsock32.dll', 'winspool.drv', 'msasn1.dll', 'secur32.dll', 'netapi32.dll', 'dnsapi.dll', 'psapi.dll', 'normaliz.dll', - 'iphlpapi.dll', + 'iphlpapi.dll', 'bcrypt.dll', /* apache */ 'apachecore.dll', |