Fixed prototype.
authorStefan Roehrich <sr@php.net>
Mon, 6 Sep 1999 08:59:48 +0000 (08:59 +0000)
committerStefan Roehrich <sr@php.net>
Mon, 6 Sep 1999 08:59:48 +0000 (08:59 +0000)
ext/zlib/zlib.c

index 2f00b4dafd6f3042ca7a2414f330d28ebd9556e6..34b7332d9c176e5830253c627cf4cedf2c6e15d0 100644 (file)
@@ -815,7 +815,7 @@ PHP_FUNCTION(gzpassthru) {
 }
 /* }}} */
 
-/* {{{ proto int gzread(int zp, int length)
+/* {{{ proto string gzread(int zp, int length)
 Binary-safe file read */
 PHP_FUNCTION(gzread)
 {