pollita Fri Oct 6 17:41:30 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Forgot to mark these u-safe http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.92&r2=1.93&diff_format=u Index: php-src/ext/standard/streamsfuncs.c diff -u php-src/ext/standard/streamsfuncs.c:1.92 php-src/ext/standard/streamsfuncs.c:1.93 --- php-src/ext/standard/streamsfuncs.c:1.92 Tue Oct 3 23:26:14 2006 +++ php-src/ext/standard/streamsfuncs.c Fri Oct 6 17:41:30 2006 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streamsfuncs.c,v 1.92 2006/10/03 23:26:14 tony2001 Exp $ */ +/* $Id: streamsfuncs.c,v 1.93 2006/10/06 17:41:30 pollita Exp $ */ #include "php.h" #include "php_globals.h" @@ -1298,7 +1298,7 @@ } /* }}} */ -/* {{{ 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 @@ /* }}} */ -/* {{{ 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 */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php