]> granicus.if.org Git - php/commitdiff
- mbstring is built shared on windows
authorPierre Joye <pajoye@php.net>
Wed, 30 Jul 2008 09:26:15 +0000 (09:26 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 30 Jul 2008 09:26:15 +0000 (09:26 +0000)
  it looks like the idea was to have it static (but does not work)

ext/mbstring/config.w32

index 00cba50d0bda1407c829a282cd2a7ea92ca70e6a..f6bb5c7fb0c28caf859b0d39c79ecd57856fe89c 100644 (file)
@@ -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 \