mkoppanen Thu, 24 Dec 2009 13:57:21 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=292596
Log: Fix the proto entry for trunk Changed paths: U php/php-src/trunk/ext/standard/streamsfuncs.c Modified: php/php-src/trunk/ext/standard/streamsfuncs.c =================================================================== --- php/php-src/trunk/ext/standard/streamsfuncs.c 2009-12-24 13:12:03 UTC (rev 292595) +++ php/php-src/trunk/ext/standard/streamsfuncs.c 2009-12-24 13:57:21 UTC (rev 292596) @@ -1668,7 +1668,7 @@ } /* }}} */ -/* {{{ proto string stream_resolve_include_path(string filename) U +/* {{{ proto string stream_resolve_include_path(string filename [, resource context]) U Determine what file will be opened by calls to fopen() with a relative path */ PHP_FUNCTION(stream_resolve_include_path) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php