From 6dcd9b58d5bbfa1beeeb69a2435dfe8fc8e90916 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 30 Jul 2008 09:26:15 +0000 Subject: [PATCH] - mbstring is built shared on windows it looks like the idea was to have it static (but does not work) --- ext/mbstring/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mbstring/config.w32 b/ext/mbstring/config.w32 index 00cba50d0b..f6bb5c7fb0 100644 --- a/ext/mbstring/config.w32 +++ b/ext/mbstring/config.w32 @@ -12,7 +12,7 @@ if (PHP_MBSTRING == "yes") { FSO.CopyFile("ext\\mbstring\\oniguruma\\win32\\config.h", "ext\\mbstring\\oniguruma\\config.h", true); - EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", null, + EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", true, "-Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \ -Iext/mbstring/oniguruma /D NOT_RUBY=1 /D LIBMBFL_EXPORTS=1 \ /D HAVE_STDARG_PROTOTYPES=1 /D HAVE_CONFIG_H /D HAVE_STDLIB_H \ -- 2.50.1