diff options
| -rw-r--r-- | ext/zlib/zlib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index aa3cb7e258..26d37f93b3 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -711,6 +711,10 @@ PHP_FUNCTION(gzwrite) { } /* }}} */ +/* {{{ proto int gzputs(int zp, string str [, int length]) + An alias for gzwrite */ +/* }}} */ + /* {{{ proto int gzrewind(int zp) Rewind the position of a .gz-file pointer */ PHP_FUNCTION(gzrewind) { |
