diff options
author | Stefan Roehrich <sr@php.net> | 1999-09-18 19:03:35 +0000 |
---|---|---|
committer | Stefan Roehrich <sr@php.net> | 1999-09-18 19:03:35 +0000 |
commit | de130563071d594af0122dee639e566d6a101f8f (patch) | |
tree | 0079181e39c70897aa54ad906428c2d31a7757f0 /ext/zlib | |
parent | 6ddd68614181f7a5ce8daf39f5a88db2de3d3f36 (diff) | |
download | php-git-de130563071d594af0122dee639e566d6a101f8f.tar.gz |
Fixed prototype.
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/zlib.c | 2 |
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; |