hirokawa                Wed Oct 16 09:37:49 2002 EDT

  Modified files:              
    /php4/ext/mbstring  mbstring.h 
  Log:
  
  
  
Index: php4/ext/mbstring/mbstring.h
diff -u php4/ext/mbstring/mbstring.h:1.31 php4/ext/mbstring/mbstring.h:1.32
--- php4/ext/mbstring/mbstring.h:1.31   Mon Oct  7 13:59:48 2002
+++ php4/ext/mbstring/mbstring.h        Wed Oct 16 09:37:49 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.h,v 1.31 2002/10/07 17:59:48 moriyoshi Exp $ */
+/* $Id: mbstring.h,v 1.32 2002/10/16 13:37:49 hirokawa Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring" (currently only for Japanese)
@@ -138,7 +138,7 @@
        int current_filter_illegal_mode;
        int current_filter_illegal_substchar;
        long func_overload;
-       int encoding_translation;
+       zend_bool encoding_translation;
        mbfl_buffer_converter *outconv;
 #if HAVE_MBREGEX && defined(PHP_MBREGEX_GLOBALS)
        PHP_MBREGEX_GLOBALS     



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to