projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3973f5d
)
Fix vim folding block
author
Daniel Lowrey
<rdlowrey@php.net>
Fri, 24 Apr 2015 15:27:24 +0000
(09:27 -0600)
committer
Daniel Lowrey
<rdlowrey@php.net>
Fri, 24 Apr 2015 15:27:24 +0000
(09:27 -0600)
ext/zlib/zlib.c
patch
|
blob
|
history
diff --git
a/ext/zlib/zlib.c
b/ext/zlib/zlib.c
index 45ab79c3c9f1e4b2cf59b2d549a2666da412b214..957be3417ce21d80c51fbffb04dbc29fece6deb8 100644
(file)
--- a/
ext/zlib/zlib.c
+++ b/
ext/zlib/zlib.c
@@
-1147,6
+1147,7
@@
ZEND_BEGIN_ARG_INFO_EX(arginfo_inflate_add, 0, 0, 2)
ZEND_ARG_INFO(0, flush_behavior)
ZEND_END_ARG_INFO()
+/* }}} */
/* {{{ php_zlib_functions[] */
static const zend_function_entry php_zlib_functions[] = {