moriyoshi Sun Oct 20 22:24:06 2002 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Changed the dafault option for consistency
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.108 php4/ext/mbstring/mbstring.c:1.109
--- php4/ext/mbstring/mbstring.c:1.108 Sun Oct 20 21:44:59 2002
+++ php4/ext/mbstring/mbstring.c Sun Oct 20 22:24:06 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.108 2002/10/21 01:44:59 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.109 2002/10/21 02:24:06 moriyoshi Exp $ */
/*
* PHP4 Multibyte String module "mbstring" (currently only for Japanese)
@@ -885,7 +885,7 @@
}
}
#if HAVE_MBREGEX
- MBSTRG(regex_default_options) = 0;
+ MBSTRG(regex_default_options) = MBRE_OPTION_POSIXLINE;
#endif
return SUCCESS;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php