eschmid         Fri Feb 16 05:13:53 2001 EDT

  Modified files:              
    /php4/ext/standard  file.c 
  Log:
  Wrong return type.
  
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.140 php4/ext/standard/file.c:1.141
--- php4/ext/standard/file.c:1.140      Thu Feb 15 06:48:58 2001
+++ php4/ext/standard/file.c    Fri Feb 16 05:13:52 2001
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.140 2001/02/15 14:48:58 thies Exp $ */
+/* $Id: file.c,v 1.141 2001/02/16 13:13:52 eschmid Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -1729,7 +1729,7 @@
 
 
 
-/* {{{ proto int fread(int fp, int length)
+/* {{{ proto string fread(int fp, int length)
    Binary-safe file read */
 
 PHP_FUNCTION(fread)



-- 
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]

Reply via email to