From: Sara Golemon Date: Fri, 6 Oct 2006 17:41:30 +0000 (+0000) Subject: Forgot to mark these u-safe X-Git-Tag: RELEASE_1_0_0RC1~1387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17cdda770df3e6f5a28cab9c077110acc710486a;p=php Forgot to mark these u-safe --- diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index ccc6ea252b..08d7024a3b 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -1298,7 +1298,7 @@ PHP_FUNCTION(stream_filter_remove) } /* }}} */ -/* {{{ proto string stream_get_line(resource stream, int maxlen [, string ending]) +/* {{{ proto string stream_get_line(resource stream, int maxlen [, string ending]) U Read up to maxlen bytes from a stream or until the ending string is found */ PHP_FUNCTION(stream_get_line) { @@ -1518,7 +1518,7 @@ PHP_FUNCTION(stream_default_encoding) /* }}} */ -/* {{{ proto void stream_encoding(resource stream[, string encoding]) +/* {{{ proto void stream_encoding(resource stream[, string encoding]) U Set character set for stream encoding UTODO: Return current encoding charset */