eschmid Fri Feb 16 05:14:24 2001 EDT
Modified files:
/php3/functions file.c
Log:
Wrong return type.
Index: php3/functions/file.c
diff -u php3/functions/file.c:1.234 php3/functions/file.c:1.235
--- php3/functions/file.c:1.234 Thu Dec 14 06:41:52 2000
+++ php3/functions/file.c Fri Feb 16 05:14:24 2001
@@ -26,7 +26,7 @@
| Authors: Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: file.c,v 1.234 2000/12/14 14:41:52 hholzgra Exp $ */
+/* $Id: file.c,v 1.235 2001/02/16 13:14:24 eschmid Exp $ */
#include "php.h"
#include <stdio.h>
@@ -1384,7 +1384,7 @@
}
/* }}} */
-/* {{{ proto int fread(int fp, int length)
+/* {{{ proto string fread(int fp, int length)
Binary-safe file read */
void php3_fread(INTERNAL_FUNCTION_PARAMETERS)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]