summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-09-26 17:41:52 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-09-26 17:41:52 +0000
commit7e4a886971ee6827bfccdbaf66647d2fe839ef4a (patch)
treed4bd423ba566aeb7a114362da7c7e41f5aeaa2a4
parent91bf8e5dc93047df45ff19b1a0e72423d742d869 (diff)
downloadphp-git-7e4a886971ee6827bfccdbaf66647d2fe839ef4a.tar.gz
Forgot to commit this one.
-rw-r--r--ext/mbstring/mbstring.h2
1 files changed, 2 insertions, 0 deletions
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;