File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0
142142
143143## CHANGELOG
144144
145- ### version 1.2.9 (beta), 2017/11/22
145+ ### version 1.2.10 (beta), 2017/11/23
146146
147147- Fix "double free" bug on PHP 7.2.0 ([ #32 ] ( https://github.com/hnw/php-timecop/issues/32 ) )
148148
Original file line number Diff line number Diff line change 1414 <email >y@hnw.jp</email >
1515 <active >yes</active >
1616 </lead >
17- <date >2017-11-22 </date >
17+ <date >2017-11-23 </date >
1818 <version >
19- <release >1.2.9 </release >
20- <api >1.2.9 </api >
19+ <release >1.2.10 </release >
20+ <api >1.2.10 </api >
2121 </version >
2222 <stability >
2323 <release >beta</release >
2424 <api >beta</api >
2525 </stability >
2626 <license uri =" https://github.com/hnw/php-timecop/blob/master/LICENSE" >MIT License</license >
27- <notes >Publish on PECL
27+ <notes >Fix "double free" bug on PHP 7.2.0
2828 </notes >
2929 <contents >
3030 <dir name =" /" >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ SOFTWARE.
2525#ifndef PHP_TIMECOP_H
2626#define PHP_TIMECOP_H
2727
28- #define PHP_TIMECOP_VERSION "1.2.9 "
28+ #define PHP_TIMECOP_VERSION "1.2.10 "
2929
3030extern zend_module_entry timecop_module_entry ;
3131#define phpext_timecop_ptr &timecop_module_entry
You can’t perform that action at this time.
0 commit comments