File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<active >yes</active >
22
22
</lead >
23
- <date >2020-12-20 </date >
23
+ <date >2021-10-24 </date >
24
24
<version >
25
- <release >2.2.1 </release >
25
+ <release >2.2.2 </release >
26
26
<api >2.0.0</api >
27
27
</version >
28
28
<stability >
32
32
<license uri =" http://www.opensource.org/licenses/mit-license.php" >MIT</license >
33
33
<notes >
34
34
Bugs Fixed:
35
- - #80324: Segfault in YAML with anonymous functions (cmb69)
36
- - Fix memory leak in y_write_object_callback() (cmb69)
37
- - Fix memory leak in handle_mapping() (cmb69)
35
+ - PHP 8.1 compilation fixes (remicollet)
38
36
</notes >
39
37
<contents >
40
38
<dir name =" /" >
151
149
</extsrcrelease >
152
150
153
151
<changelog >
152
+ <release >
153
+ <date >2020-12-20</date >
154
+ <version >
155
+ <release >2.2.1</release >
156
+ <api >2.0.0</api >
157
+ </version >
158
+ <stability >
159
+ <release >stable</release >
160
+ <api >stable</api >
161
+ </stability >
162
+ <notes >
163
+ Bugs Fixed:
164
+ - #80324: Segfault in YAML with anonymous functions (cmb69)
165
+ - Fix memory leak in y_write_object_callback() (cmb69)
166
+ - Fix memory leak in handle_mapping() (cmb69)
167
+ </notes >
168
+ </release >
154
169
<release >
155
170
<date >2020-11-28</date >
156
171
<version >
161
176
<release >stable</release >
162
177
<api >stable</api >
163
178
</stability >
164
- <license uri =" http://www.opensource.org/licenses/mit-license.php" >MIT</license >
165
179
<notes >
166
180
New Features:
167
181
- PHP 8.0 compatibility
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ extern "C" {
70
70
extern "C" {
71
71
#endif
72
72
73
- #define PHP_YAML_VERSION "2.2.1 "
73
+ #define PHP_YAML_VERSION "2.2.2 "
74
74
75
75
extern zend_module_entry yaml_module_entry ;
76
76
#define phpext_yaml_ptr &yaml_module_entry
You can’t perform that action at this time.
0 commit comments