Skip to content

Commit fe7c6de

Browse files
author
Moriyoshi Koizumi
committed
Changed the dafault option for consistency
1 parent f45231a commit fe7c6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ PHP_RINIT_FUNCTION(mbstring)
885885
}
886886
}
887887
#if HAVE_MBREGEX
888-
MBSTRG(regex_default_options) = 0;
888+
MBSTRG(regex_default_options) = MBRE_OPTION_POSIXLINE;
889889
#endif
890890

891891
return SUCCESS;

0 commit comments

Comments
 (0)