summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2005-12-25 15:23:55 +0000
committerRui Hirokawa <hirokawa@php.net>2005-12-25 15:23:55 +0000
commitef0c0cc62b7699960d7b777fe87f369023330052 (patch)
tree27d250230d3981170885b245d7a55e8f81b36cf4 /ext/mbstring/mbstring.h
parent2e507633151b45ecb2f3ce66652b24e6f237c9e5 (diff)
downloadphp-git-ef0c0cc62b7699960d7b777fe87f369023330052.tar.gz
MFH: fixed #35711, added mbstring.strict_detection to detect the encoding striktly.
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r--ext/mbstring/mbstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h
index 3eed51b12b..a4456896df 100644
--- a/ext/mbstring/mbstring.h
+++ b/ext/mbstring/mbstring.h
@@ -180,6 +180,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring)
int current_filter_illegal_substchar;
long func_overload;
zend_bool encoding_translation;
+ long strict_detection;
mbfl_buffer_converter *outconv;
#if HAVE_MBREGEX && defined(PHP_MBREGEX_GLOBALS)
PHP_MBREGEX_GLOBALS