From: Rui Hirokawa Date: Thu, 17 Jul 2008 14:10:53 +0000 (+0000) Subject: fixed win32 build when ext/mbstring is enabled. X-Git-Tag: php-5.3.0alpha1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db88da985e54d3bd96b8aefc317d270c5f65c2d3;p=php fixed win32 build when ext/mbstring is enabled. --- diff --git a/ext/standard/config.w32 b/ext/standard/config.w32 index e1df289ca7..238b326249 100644 --- a/ext/standard/config.w32 +++ b/ext/standard/config.w32 @@ -21,3 +21,6 @@ EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \ user_filters.c uuencode.c filters.c proc_open.c \ streamsfuncs.c http.c flock_compat.c", false /* never shared */); +if (PHP_MBREGEX != "no") { + CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_STANDARD", PHP_MBREGEX + ";ext\\mbstring\\oniguruma") +} \ No newline at end of file