Skip to content

Commit cb78317

Browse files
committed
Make a 2.2.3 release
Bugs Fixed: - Fixed memory release on error handling (negram) - Fix test for PHP 8.2 (andypost) - #65: Fix #65 yaml_parse_url method not working (remicollet)
1 parent 2085414 commit cb78317

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

package.xml

Lines changed: 20 additions & 3 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>2021-10-24</date>
23+
<date>2023-03-05</date>
2424
<version>
25-
<release>2.2.2</release>
25+
<release>2.2.3</release>
2626
<api>2.0.0</api>
2727
</version>
2828
<stability>
@@ -32,7 +32,9 @@
3232
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
3333
<notes>
3434
Bugs Fixed:
35-
- PHP 8.1 compilation fixes (remicollet)
35+
- Fixed memory release on error handling (negram)
36+
- Fix test for PHP 8.2 (andypost)
37+
- #65: Fix #65 yaml_parse_url method not working (remicollet)
3638
</notes>
3739
<contents>
3840
<dir name="/">
@@ -150,6 +152,21 @@
150152
</extsrcrelease>
151153

152154
<changelog>
155+
<release>
156+
<date>2021-10-24</date>
157+
<version>
158+
<release>2.2.2</release>
159+
<api>2.0.0</api>
160+
</version>
161+
<stability>
162+
<release>stable</release>
163+
<api>stable</api>
164+
</stability>
165+
<notes>
166+
Bugs Fixed:
167+
- PHP 8.1 compilation fixes (remicollet)
168+
</notes>
169+
</release>
153170
<release>
154171
<date>2020-12-20</date>
155172
<version>

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.2"
73+
#define PHP_YAML_VERSION "2.2.3"
7474

7575
extern zend_module_entry yaml_module_entry;
7676
#define phpext_yaml_ptr &yaml_module_entry

0 commit comments

Comments
 (0)