lbarnaud Fri Nov 14 06:00:34 2008 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Fix proto line http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.130&r2=1.131&diff_format=u Index: php-src/ext/standard/streamsfuncs.c diff -u php-src/ext/standard/streamsfuncs.c:1.130 php-src/ext/standard/streamsfuncs.c:1.131 --- php-src/ext/standard/streamsfuncs.c:1.130 Thu Nov 13 05:46:51 2008 +++ php-src/ext/standard/streamsfuncs.c Fri Nov 14 06:00:33 2008 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streamsfuncs.c,v 1.130 2008/11/13 05:46:51 lbarnaud Exp $ */ +/* $Id: streamsfuncs.c,v 1.131 2008/11/14 06:00:33 lbarnaud Exp $ */ #include "php.h" #include "php_globals.h" @@ -1151,7 +1151,7 @@ } /* }}} */ -/* {{{ proto bool stream_context_get_params(resource context|resource stream) U +/* {{{ proto array stream_context_get_params(resource context|resource stream) U Get parameters of a file context */ PHP_FUNCTION(stream_context_get_params) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php