summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-05-12 13:26:16 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-05-12 13:26:16 +0000
commite500e957bad158f0b3c264cb8d1f77ab4a19a868 (patch)
tree09361ea9ad13b375b22e31d808e0493b1a5d06d0 /ext/mbstring/mbstring.h
parent3eab2fb3bd6123968d5bf795716b3438236e3041 (diff)
downloadphp-git-e500e957bad158f0b3c264cb8d1f77ab4a19a868.tar.gz
Applied the right fix for bug #23016
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r--ext/mbstring/mbstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h
index fed29fd729..09fa2cc387 100644
--- a/ext/mbstring/mbstring.h
+++ b/ext/mbstring/mbstring.h
@@ -163,7 +163,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring)
int filter_illegal_substchar;
int current_filter_illegal_mode;
int current_filter_illegal_substchar;
- long func_overload;
+ zend_bool func_overload;
long encoding_translation;
mbfl_buffer_converter *outconv;
#if HAVE_MBREGEX && defined(PHP_MBREGEX_GLOBALS)