summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-08-09 20:18:00 +0000
committerEgon Schmid <eschmid@php.net>1999-08-09 20:18:00 +0000
commit17bd9955683cece78947542ce94f7520561a8e63 (patch)
tree070fb52fa80a02cf007ed24fb625368815c6b1d4 /ext/zlib/zlib.c
parentd8ad991022845d1600103d53d7f9ab8260f05631 (diff)
downloadphp-git-17bd9955683cece78947542ce94f7520561a8e63.tar.gz
I missed that also.
Diffstat (limited to 'ext/zlib/zlib.c')
-rw-r--r--ext/zlib/zlib.c4
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) {