From: Moriyoshi Koizumi Date: Fri, 26 Sep 2003 17:41:52 +0000 (+0000) Subject: Forgot to commit this one. X-Git-Tag: RELEASE_1_3b2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e4a886971ee6827bfccdbaf66647d2fe839ef4a;p=php Forgot to commit this one. --- diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 1b54cc2329..646ee72e34 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -169,6 +169,8 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring) int detect_order_list_size; enum mbfl_no_encoding *current_detect_order_list; int current_detect_order_list_size; + enum mbfl_no_encoding *default_detect_order_list; + int default_detect_order_list_size; int filter_illegal_mode; int filter_illegal_substchar; int current_filter_illegal_mode;