|
20 | 20 |
|
21 | 21 | <active>yes</active>
|
22 | 22 | </lead>
|
23 |
| - <date>2020-08-16</date> |
| 23 | + <date>2020-09-13</date> |
24 | 24 | <version>
|
25 |
| - <release>2.2.0b1</release> |
| 25 | + <release>2.2.0b2</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 | 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 |
46 | 36 | </notes>
|
47 | 37 | <contents>
|
48 | 38 | <dir name="/">
|
|
158 | 148 | </extsrcrelease>
|
159 | 149 |
|
160 | 150 | <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> |
161 | 176 | <release>
|
162 | 177 | <date>2020-04-22</date>
|
163 | 178 | <version>
|
|
0 commit comments