summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2008-07-24 13:01:50 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2008-07-24 13:01:50 +0000
commite29684a2cea5bf4f9f55eea5fa7f6262b8c00376 (patch)
treee894587c31444d2e994ada39ad1159064d1c6351 /ext/mbstring/mbstring.h
parent60e70d1760e3588435587c7de9e720326a39f040 (diff)
downloadphp-git-e29684a2cea5bf4f9f55eea5fa7f6262b8c00376.tar.gz
- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.
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 7f94db15ad..84ddab71fa 100644
--- a/ext/mbstring/mbstring.h
+++ b/ext/mbstring/mbstring.h
@@ -193,6 +193,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring)
long strict_detection;
long illegalchars;
mbfl_buffer_converter *outconv;
+ void *http_output_conv_mimetypes;
#if HAVE_MBREGEX
struct _zend_mb_regex_globals *mb_regex_globals;
#endif