Skip to content

Commit e1a1b24

Browse files
committed
Make 2.2.0b2 release
New Features: - PHP 8.0.0b3+ compatibility
1 parent 0063b22 commit e1a1b24

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

package.xml

Lines changed: 28 additions & 13 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-08-16</date>
23+
<date>2020-09-13</date>
2424
<version>
25-
<release>2.2.0b1</release>
25+
<release>2.2.0b2</release>
2626
<api>2.0.0</api>
2727
</version>
2828
<stability>
@@ -32,17 +32,7 @@
3232
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
3333
<notes>
3434
New Features:
35-
- PHP 8.0.0b1 compatibility
36-
Bugs Fixed:
37-
- #79866 Use serialize_precision when encoding double values (bd808)
38-
- yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808)
39-
- Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost)
40-
- Adjust test values for compat with 32bit platforms (bd808)
41-
- Fix memory leaks (cmb69)
42-
- #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808)
43-
- #77720 Out of memory error when parsing yaml file (bd808)
44-
- [-Wformat=] issue on 32-bit (remicollet)
45-
- relax test on 32-bit (overflow to float) (remicollet)
35+
- PHP 8.0.0b3+ compatibility
4636
</notes>
4737
<contents>
4838
<dir name="/">
@@ -158,6 +148,31 @@
158148
</extsrcrelease>
159149

160150
<changelog>
151+
<release>
152+
<date>2020-08-16</date>
153+
<version>
154+
<release>2.2.0b1</release>
155+
<api>2.0.0</api>
156+
</version>
157+
<stability>
158+
<release>beta</release>
159+
<api>stable</api>
160+
</stability>
161+
<notes>
162+
New Features:
163+
- PHP 8.0.0b1 compatibility
164+
Bugs Fixed:
165+
- #79866 Use serialize_precision when encoding double values (bd808)
166+
- yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808)
167+
- Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost)
168+
- Adjust test values for compat with 32bit platforms (bd808)
169+
- Fix memory leaks (cmb69)
170+
- #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808)
171+
- #77720 Out of memory error when parsing yaml file (bd808)
172+
- [-Wformat=] issue on 32-bit (remicollet)
173+
- relax test on 32-bit (overflow to float) (remicollet)
174+
</notes>
175+
</release>
161176
<release>
162177
<date>2020-04-22</date>
163178
<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.0b1"
73+
#define PHP_YAML_VERSION "2.2.0b2"
7474

7575
extern zend_module_entry yaml_module_entry;
7676
#define phpext_yaml_ptr &yaml_module_entry

0 commit comments

Comments
 (0)