Skip to content

Commit 48a7dcc

Browse files
committed
release 2.2.0RC1
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156) * Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
1 parent 2e9c01a commit 48a7dcc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.xml

+7-8
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,19 @@
2222
<email>[email protected]</email>
2323
<active>yes</active>
2424
</lead>
25-
<date>2020-11-27</date>
25+
<date>2021-08-30</date>
2626
<version>
27-
<release>2.1.2</release>
28-
<api>2.0.3</api>
27+
<release>2.2.0RC1</release>
28+
<api>2.2.0</api>
2929
</version>
3030
<stability>
31-
<release>stable</release>
31+
<release>beta</release>
3232
<api>stable</api>
3333
</stability>
3434
<license filesource="LICENSE">3-Clause-BSD</license>
3535
<notes><![CDATA[
36-
* PHP-8 compatibility. (Remi Collet, Michael Wallner)
37-
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
38-
* Fixed #153 and #147: Small string optimization causes excessive memory
39-
consumption under specific workloads. (Michael Wallner)
36+
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
37+
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
4038
]]></notes>
4139
<contents>
4240
<dir name="/">
@@ -88,6 +86,7 @@
8886
<file name="019.phpt" role="test" />
8987
<file name="020.phpt" role="test" />
9088
<file name="021.phpt" role="test" />
89+
<file name="021a.phpt" role="test" />
9190
<file name="022.phpt" role="test" />
9291
<file name="023.phpt" role="test" />
9392
<file name="024.phpt" role="test" />

0 commit comments

Comments
 (0)