File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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)
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" />
Original file line number Diff line number Diff line change 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
88extern zend_module_entry msgpack_module_entry ;
99#define phpext_msgpack_ptr &msgpack_module_entry
You can’t perform that action at this time.
0 commit comments