From: Moriyoshi Koizumi Date: Mon, 21 Oct 2002 02:24:06 +0000 (+0000) Subject: Changed the dafault option for consistency X-Git-Tag: php-4.3.0pre2~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe7c6debd92074cf105264fe8fd94aafe1955171;p=php Changed the dafault option for consistency --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 3eff07463b..c0637ff016 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -885,7 +885,7 @@ PHP_RINIT_FUNCTION(mbstring) } } #if HAVE_MBREGEX - MBSTRG(regex_default_options) = 0; + MBSTRG(regex_default_options) = MBRE_OPTION_POSIXLINE; #endif return SUCCESS;