We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd0fb4f + e20baee commit 56abfd2Copy full SHA for 56abfd2
NEWS
@@ -5,6 +5,9 @@ PHP NEWS
5
- Core:
6
. Fixed bug #72443 (Generate enabled extension). (petk)
7
8
+- Bz2:
9
+ . Fixed arginfo for bzcompress. (Tyson Andre)
10
+
11
- gettext:
12
. Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)
13
ext/bz2/bz2.c
@@ -75,7 +75,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_bzerror, 0)
75
ZEND_ARG_INFO(0, bz)
76
ZEND_END_ARG_INFO()
77
78
-ZEND_BEGIN_ARG_INFO_EX(arginfo_bzcompress, 0, 0, 2)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_bzcompress, 0, 0, 1)
79
ZEND_ARG_INFO(0, source)
80
ZEND_ARG_INFO(0, blocksize)
81
ZEND_ARG_INFO(0, workfactor)
0 commit comments