moriyoshi Mon Feb 3 11:54:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring mbstring.c Log: MFH: fixed proto Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.142.2.6 php4/ext/mbstring/mbstring.c:1.142.2.7 --- php4/ext/mbstring/mbstring.c:1.142.2.6 Fri Jan 31 09:28:44 2003 +++ php4/ext/mbstring/mbstring.c Mon Feb 3 11:54:38 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.142.2.6 2003/01/31 14:28:44 moriyoshi Exp $ */ +/* $Id: mbstring.c,v 1.142.2.7 2003/02/03 16:54:38 moriyoshi Exp $ */ /* * PHP4 Multibyte String module "mbstring" @@ -1095,7 +1095,7 @@ } /* }}} */ -/* {{{ proto false|string mb_http_input([string type]) +/* {{{ proto mixed mb_http_input([string type]) Returns the input encoding */ PHP_FUNCTION(mb_http_input) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php