summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/zlib.c')
-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 79c8208583..d1ac269b78 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -274,7 +274,7 @@ static gzFile *php3_gzopen_with_path(char *filename, char *mode, char *path, cha
return NULL;
}
-/* {{{ proto array gzfile(string filename)
+/* {{{ proto array gzfile(string filename [, int use_include_path])
Read und uncompress entire .gz-file into an array */
PHP_FUNCTION(gzfile) {
pval *filename, *arg2;