summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorStefan Roehrich <sr@php.net>1999-09-18 19:03:35 +0000
committerStefan Roehrich <sr@php.net>1999-09-18 19:03:35 +0000
commitde130563071d594af0122dee639e566d6a101f8f (patch)
tree0079181e39c70897aa54ad906428c2d31a7757f0 /ext
parent6ddd68614181f7a5ce8daf39f5a88db2de3d3f36 (diff)
downloadphp-git-de130563071d594af0122dee639e566d6a101f8f.tar.gz
Fixed prototype.
Diffstat (limited to 'ext')
-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;