]> granicus.if.org Git - php/commitdiff
- MFB: fix typo and icu bundling
authorPierre Joye <pajoye@php.net>
Mon, 1 Sep 2008 18:21:06 +0000 (18:21 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 1 Sep 2008 18:21:06 +0000 (18:21 +0000)
win32/build/mkdist.php

index ecce8e476a3dcda234914ee9308463cf6a1760cf..17770c9372f6ebf2b12a5eacea13e96ef897fc1c 100644 (file)
@@ -299,9 +299,9 @@ foreach ($extra_dll_deps as $dll) {
 add sanity check and test if all required DLLs are present, per version 
 This version works at least for 3.6, 3.8 and 4.0 (5.3-vc6, 5.3-vc9 and HEAD).
 */
-$ICU_DLLS = '../deps/bin/' . 'icudt*.dll';
+$ICU_DLLS = '../deps/bin/' . 'icu*.dll';
 foreach (glob($ICU_DLLS) as $filename) {
-       copy($filename, "$dist_dir/" . basename($dll));
+       copy($filename, "$dist_dir/" . basename($filename));
 }
 
 /* and those for pecl */