lbarnaud Fri Nov 14 06:00:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard streamsfuncs.c
Log:
MFH: Fix proto line
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.58.2.6.2.15.2.30&r2=1.58.2.6.2.15.2.31&diff_format=u
Index: php-src/ext/standard/streamsfuncs.c
diff -u php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.15.2.30
php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.15.2.31
--- php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.15.2.30 Thu Nov 13
05:47:47 2008
+++ php-src/ext/standard/streamsfuncs.c Fri Nov 14 06:00:48 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: streamsfuncs.c,v 1.58.2.6.2.15.2.30 2008/11/13 05:47:47 lbarnaud Exp $
*/
+/* $Id: streamsfuncs.c,v 1.58.2.6.2.15.2.31 2008/11/14 06:00:48 lbarnaud Exp $
*/
#include "php.h"
#include "php_globals.h"
@@ -1038,7 +1038,7 @@
}
/* }}} */
-/* {{{ proto bool stream_context_get_params(resource context|resource stream)
+/* {{{ proto array stream_context_get_params(resource context|resource stream)
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