File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
33
</stability >
34
34
<license filesource =" LICENSE" >3-Clause-BSD</license >
35
35
<notes ><![CDATA[
36
- * PHP-8 compatibility (Remi Collet, Michael Wallner)
36
+ * PHP-8 compatibility. (Remi Collet, Michael Wallner)
37
37
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
38
38
* Fixed #153 and #147: Small string optimization causes excessive memory
39
39
consumption under specific workloads. (Michael Wallner)
190
190
<file name =" bug013.phpt" role =" test" />
191
191
<file name =" issue023.phpt" role =" test" />
192
192
<file name =" issue067.phpt" role =" test" />
193
+ <file name =" issue067_32bit.phpt" role =" test" />
193
194
<file name =" issue080.phpt" role =" test" />
194
195
<file name =" issue081.phpt" role =" test" />
195
196
<file name =" issue083.phpt" role =" test" />
Original file line number Diff line number Diff line change 3
3
4
4
#include "Zend/zend_smart_str.h" /* for smart_string */
5
5
6
- #define PHP_MSGPACK_VERSION "2.1.1 "
6
+ #define PHP_MSGPACK_VERSION "2.1.2 "
7
7
8
8
extern zend_module_entry msgpack_module_entry ;
9
9
#define phpext_msgpack_ptr &msgpack_module_entry
You can’t perform that action at this time.
0 commit comments