Skip to content

Commit 6acc5c8

Browse files
committed
Make 2.2.2 release
Bugs Fixed: - PHP 8.1 compilation fixes (remicollet)
1 parent 8e480ff commit 6acc5c8

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

package.xml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<email>[email protected]</email>
2121
<active>yes</active>
2222
</lead>
23-
<date>2020-12-20</date>
23+
<date>2021-10-24</date>
2424
<version>
25-
<release>2.2.1</release>
25+
<release>2.2.2</release>
2626
<api>2.0.0</api>
2727
</version>
2828
<stability>
@@ -32,9 +32,7 @@
3232
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
3333
<notes>
3434
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)
3836
</notes>
3937
<contents>
4038
<dir name="/">
@@ -151,6 +149,23 @@
151149
</extsrcrelease>
152150

153151
<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>
154169
<release>
155170
<date>2020-11-28</date>
156171
<version>
@@ -161,7 +176,6 @@
161176
<release>stable</release>
162177
<api>stable</api>
163178
</stability>
164-
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
165179
<notes>
166180
New Features:
167181
- PHP 8.0 compatibility

php_yaml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extern "C" {
7070
extern "C" {
7171
#endif
7272

73-
#define PHP_YAML_VERSION "2.2.1"
73+
#define PHP_YAML_VERSION "2.2.2"
7474

7575
extern zend_module_entry yaml_module_entry;
7676
#define phpext_yaml_ptr &yaml_module_entry

0 commit comments

Comments
 (0)