derick Wed Feb 26 14:34:16 2003 EDT Modified files: /php4/ext/standard file.c Log: - Fix proto Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.314 php4/ext/standard/file.c:1.315 --- php4/ext/standard/file.c:1.314 Tue Feb 25 15:12:18 2003 +++ php4/ext/standard/file.c Wed Feb 26 14:34:16 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.314 2003/02/25 20:12:18 moriyoshi Exp $ */ +/* $Id: file.c,v 1.315 2003/02/26 19:34:16 derick Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -2082,7 +2082,7 @@ } /* }}} */ -/* {{{ proto int readfile(string filename [, int use_include_path]) +/* {{{ proto int readfile(string filename [, bool use_include_path]) Output a file or a URL */ PHP_FUNCTION(readfile) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php