moriyoshi Mon Feb 3 11:46:46 2003 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Really fixed proto.
# sorry for messing
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.158 php4/ext/mbstring/mbstring.c:1.159
--- php4/ext/mbstring/mbstring.c:1.158 Mon Feb 3 11:45:56 2003
+++ php4/ext/mbstring/mbstring.c Mon Feb 3 11:46:45 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.158 2003/02/03 16:45:56 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.159 2003/02/03 16:46:45 moriyoshi Exp $ */
/*
* PHP4 Multibyte String module "mbstring"
@@ -997,7 +997,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