summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-07-19 19:23:34 +0000
committerAndrey Hristov <andrey@php.net>2003-07-19 19:23:34 +0000
commit5fcc682ebc5968fa4cbdf04ce143f801cd059fdd (patch)
tree831ed1cfbaa474ed388e6c646629e9288d34d65b /ext/zlib
parent71990112b77fe911ce743892758f5aef932eef84 (diff)
downloadphp-git-5fcc682ebc5968fa4cbdf04ce143f801cd059fdd.tar.gz
proto fixes
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index c4e1af414e..0f3f923aea 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -320,7 +320,7 @@ PHP_FUNCTION(gzfile)
}
/* }}} */
-/* {{{ proto int gzopen(string filename, string mode [, int use_include_path])
+/* {{{ proto resource gzopen(string filename, string mode [, int use_include_path])
Open a .gz-file and return a .gz-file pointer */
PHP_FUNCTION(gzopen)
{