diff options
| author | Egon Schmid <eschmid@php.net> | 1999-08-09 20:18:00 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 1999-08-09 20:18:00 +0000 |
| commit | 17bd9955683cece78947542ce94f7520561a8e63 (patch) | |
| tree | 070fb52fa80a02cf007ed24fb625368815c6b1d4 /ext/zlib/zlib.c | |
| parent | d8ad991022845d1600103d53d7f9ab8260f05631 (diff) | |
| download | php-git-17bd9955683cece78947542ce94f7520561a8e63.tar.gz | |
I missed that also.
Diffstat (limited to 'ext/zlib/zlib.c')
| -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) { |
