File tree 3 files changed +43
-10
lines changed 3 files changed +43
-10
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,41 @@ environment:
8
8
BIN_SDK_VER : 2.2.0
9
9
DEP : librdkafka-1.5.3
10
10
matrix :
11
- - PHP_VER : 7.3
11
+ - PHP_VER : 7.4
12
12
TS : 0
13
13
VC : vc15
14
14
ARCH : x64
15
15
OPCACHE : 0
16
- - PHP_VER : 7.3
16
+ - PHP_VER : 7.4
17
17
TS : 1
18
18
VC : vc15
19
19
ARCH : x64
20
20
OPCACHE : 1
21
- - PHP_VER : 7.4
21
+ - PHP_VER : 8.0
22
22
TS : 0
23
- VC : vc15
23
+ VC : vs16
24
24
ARCH : x64
25
25
OPCACHE : 0
26
- - PHP_VER : 7.4
26
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
27
+ - PHP_VER : 8.0
27
28
TS : 1
28
- VC : vc15
29
+ VC : vs16
29
30
ARCH : x64
30
31
OPCACHE : 1
32
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
33
+ - PHP_VER : 8.1
34
+ TS : 0
35
+ VC : vs16
36
+ ARCH : x64
37
+ OPCACHE : 0
38
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
39
+ - PHP_VER : 8.1
40
+ TS : 1
41
+ VC : vs16
42
+ ARCH : x64
43
+ OPCACHE : 1
44
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
45
+
31
46
cache :
32
47
- C:\build-cache -> .appveyor.yml, .appveyor\install.ps1
33
48
install :
Original file line number Diff line number Diff line change 10
10
11
11
<active >yes</active >
12
12
</lead >
13
- <date >2022-02-15 </date >
13
+ <date >2022-06-12 </date >
14
14
<time >12:00:00</time >
15
15
<version >
16
- <release >6.0.1 </release >
16
+ <release >6.0.2 </release >
17
17
<api >6.0.0</api >
18
18
</version >
19
19
<stability >
23
23
<license uri =" http://opensource.org/licenses/mit-license.php" >MIT License</license >
24
24
<notes >
25
25
## Bugfixes
26
- - Always initialize Message::$headers (#508 , @arnaud-lb)
26
+ - Fixed signature of RdKafka\KafkaConsumer::getMetadata() (#521 , @arnaud-lb)
27
27
</notes >
28
28
<contents >
29
29
<dir name =" /" >
109
109
<file role =" test" name =" bug330.phpt" />
110
110
<file role =" test" name =" bug465.phpt" />
111
111
<file role =" test" name =" bug508.phpt" />
112
+ <file role =" test" name =" bug521.phpt" />
112
113
<file role =" test" name =" bug74.phpt" />
113
114
<file role =" test" name =" bug88.phpt" />
114
115
<file role =" test" name =" bugConfSetArgument.phpt" />
157
158
<providesextension >rdkafka</providesextension >
158
159
<extsrcrelease />
159
160
<changelog >
161
+ <release >
162
+ <date >2022-02-15</date >
163
+ <time >12:00:00</time >
164
+ <version >
165
+ <release >6.0.1</release >
166
+ <api >6.0.0</api >
167
+ </version >
168
+ <stability >
169
+ <release >stable</release >
170
+ <api >stable</api >
171
+ </stability >
172
+ <license uri =" http://opensource.org/licenses/mit-license.php" >MIT License</license >
173
+ <notes >
174
+ ## Bugfixes
175
+ - Always initialize Message::$headers (#508, @arnaud-lb)
176
+ </notes >
177
+ </release >
160
178
<release >
161
179
<date >2022-01-07</date >
162
180
<time >12:00:00</time >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ PHP_METHOD(RdKafka, __construct);
43
43
extern zend_module_entry rdkafka_module_entry ;
44
44
#define phpext_rdkafka_ptr &rdkafka_module_entry
45
45
46
- #define PHP_RDKAFKA_VERSION "6.0.1 "
46
+ #define PHP_RDKAFKA_VERSION "6.0.2 "
47
47
48
48
extern zend_object_handlers kafka_default_object_handlers ;
49
49
extern zend_class_entry * ce_kafka_exception ;
You can’t perform that action at this time.
0 commit comments