moriyoshi Wed Oct 23 15:58:37 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed comment position. # Sorry for repetitive commit logs :) Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.117 php4/ext/mbstring/mbstring.c:1.118 --- php4/ext/mbstring/mbstring.c:1.117 Wed Oct 23 15:51:48 2002 +++ php4/ext/mbstring/mbstring.c Wed Oct 23 15:58:37 2002 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.117 2002/10/23 19:51:48 moriyoshi Exp $ */ +/* $Id: mbstring.c,v 1.118 2002/10/23 19:58:37 moriyoshi Exp $ */ /* * PHP4 Multibyte String module "mbstring" (currently only for Japanese) @@ -642,8 +642,8 @@ } /* }}} */ -/* {{{ ZEND_MULTIBYTE stuff */ #ifdef ZEND_MULTIBYTE +/* {{{ static PHP_INI_MH(OnUpdate_mbstring_script_encoding) */ static PHP_INI_MH(OnUpdate_mbstring_script_encoding) { int *list, size; @@ -660,8 +660,8 @@ return SUCCESS; } -#endif /* ZEND_MULTIBYTE */ /* }}} */ +#endif /* ZEND_MULTIBYTE */ /* {{{ static PHP_INI_MH(OnUpdate_mbstring_substitute_character) */ static PHP_INI_MH(OnUpdate_mbstring_substitute_character) @@ -2415,7 +2415,7 @@ } /* }}} */ -/* {{{ php_mb_convert_encoding */ +/* {{{ PHPAPI char *php_mb_convert_encoding() */ PHPAPI char * php_mb_convert_encoding(char *input, size_t length, char *_to_encoding, char *_from_encodings, size_t *output_len TSRMLS_DC) { mbfl_string string, result, *ret;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php