Skip to content

Commit b47e8b8

Browse files
committed
release 2.1.2
* PHP-8 compatibility. (Remi Collet, Michael Wallner) * Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov) * Fixed #153 and #147: Small string optimization causes excessive memory consumption under specific workloads. (Michael Wallner)
1 parent 13a126f commit b47e8b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</stability>
3434
<license filesource="LICENSE">3-Clause-BSD</license>
3535
<notes><![CDATA[
36-
* PHP-8 compatibility (Remi Collet, Michael Wallner)
36+
* PHP-8 compatibility. (Remi Collet, Michael Wallner)
3737
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
3838
* Fixed #153 and #147: Small string optimization causes excessive memory
3939
consumption under specific workloads. (Michael Wallner)
@@ -190,6 +190,7 @@
190190
<file name="bug013.phpt" role="test" />
191191
<file name="issue023.phpt" role="test" />
192192
<file name="issue067.phpt" role="test" />
193+
<file name="issue067_32bit.phpt" role="test" />
193194
<file name="issue080.phpt" role="test" />
194195
<file name="issue081.phpt" role="test" />
195196
<file name="issue083.phpt" role="test" />

php_msgpack.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "Zend/zend_smart_str.h" /* for smart_string */
55

6-
#define PHP_MSGPACK_VERSION "2.1.1"
6+
#define PHP_MSGPACK_VERSION "2.1.2"
77

88
extern zend_module_entry msgpack_module_entry;
99
#define phpext_msgpack_ptr &msgpack_module_entry

0 commit comments

Comments
 (0)