File tree Expand file tree Collapse file tree 2 files changed +24
-11
lines changed
Expand file tree Collapse file tree 2 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 16161717 <active >yes</active >
1818 </lead >
19- <date >2016-03-01 </date >
20- <time >11 :15:00</time >
19+ <date >2016-12-07 </date >
20+ <time >12 :15:00</time >
2121 <version >
22- <release >2.0.1 </release >
23- <api >2.0.1 </api >
22+ <release >2.0.2 </release >
23+ <api >2.0.2 </api >
2424 </version >
2525 <stability >
26- <release >beta </release >
27- <api >beta </api >
26+ <release >stable </release >
27+ <api >stable </api >
2828 </stability >
2929 <license filesource =" LICENSE" >New BSD</license >
3030 <notes >
31- - Fixed issue #82 (Check hash protection flag to avoid memory corruption)
32- - Fixed Issue #80 (Serialized failed on unseted value)
33- - When packing/unpacking a zend_object don't call magic methods __set/__get
31+ - Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
3432 </notes >
3533 <contents >
3634 <dir name =" /" >
191189 <providesextension >msgpack</providesextension >
192190 <extsrcrelease />
193191 <changelog >
192+ <release >
193+ <date >2016-12-07</date >
194+ <version >
195+ <release >2.0.2</release >
196+ <api >2.0.2</api >
197+ </version >
198+ <stability >
199+ <release >stable</release >
200+ <api >stable</api >
201+ </stability >
202+ <license uri =" http://www.php.net/license" >PHP License</license >
203+ <notes >
204+ - Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
205+ </notes >
206+ </release >
207+
194208 <release >
195209 <date >2016-03-01</date >
196210 <version >
208222 - When packing/unpacking a zend_object don't call magic methods __set/__get
209223 </notes >
210224 </release >
211-
212225 <release >
213226 <date >2015-10-27</date >
214227 <version >
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.0.2-dev "
6+ #define PHP_MSGPACK_VERSION "2.0.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