Skip to content

Commit

Permalink
- #49986, fix ICU DLLs path
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Oct 24, 2009
1 parent 70e4bdb commit ff348d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.3.1 RC3
- #49986 (Missing ICU DLLs on windows package). (Pierre)

20 Oct 2009, PHP 5.3.1 RC2
- Upgraded bundled sqlite to version 3.6.19. (Scott)
Expand Down
2 changes: 1 addition & 1 deletion win32/build/mkdist.php
Expand Up @@ -315,7 +315,7 @@ function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
deps. For example, libenchant.dll loads libenchant_myspell.dll or
libenchant_ispell.dll
*/
$ICU_DLLS = $php_build_dir . '/icu*.dll';
$ICU_DLLS = $php_build_dir . '/bin/icu*.dll';
foreach (glob($ICU_DLLS) as $filename) {
copy($filename, "$dist_dir/" . basename($filename));
}
Expand Down

0 comments on commit ff348d6

Please sign in to comment.