This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +28
-6
lines changed
Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ This extension allows you to easily gather latency and other metadata by watchin
12121313 <active >yes</active >
1414 </lead >
15- <date >2018-01-19 </date >
16- <time >09:52 :00</time >
15+ <date >2018-03-02 </date >
16+ <time >14:08 :00</time >
1717 <version >
18- <release >0.1.2 </release >
19- <api >0.1.2 </api >
18+ <release >0.1.3 </release >
19+ <api >0.1.3 </api >
2020 </version >
2121 <stability >
2222 <release >alpha</release >
2323 <api >alpha</api >
2424 </stability >
2525 <license >Apache 2.0</license >
2626 <notes >
27- Fix potential variable naming collision (#97 )
27+ Fix segfault on OSX (#129 )
2828 </notes >
2929 <contents >
3030 <dir baseinstalldir =" /" name =" /" >
@@ -223,5 +223,20 @@ Fix segfault when specifying attributes in a callback (#93)
223223Fix potential variable naming collision (#97)
224224 </notes >
225225 </release >
226+ <release >
227+ <version >
228+ <release >0.1.3</release >
229+ <api >0.1.3</api >
230+ </version >
231+ <stability >
232+ <release >alpha</release >
233+ <api >alpha</api >
234+ </stability >
235+ <date >2018-03-02</date >
236+ <license >Apache 2.0</license >
237+ <notes >
238+ Fix segfault on OSX (#129)
239+ </notes >
240+ </release >
226241 </changelog >
227242</package >
Original file line number Diff line number Diff line change 3030#include <sys/time.h>
3131#endif
3232
33- #define PHP_OPENCENSUS_VERSION "0.1.2 "
33+ #define PHP_OPENCENSUS_VERSION "0.1.3 "
3434#define PHP_OPENCENSUS_EXTNAME "opencensus"
3535
3636PHP_FUNCTION (opencensus_version );
Original file line number Diff line number Diff line change @@ -52,3 +52,10 @@ releases:
5252 stability : alpha
5353 notes : |-
5454 Fix potential variable naming collision (#97)
55+
56+ - date : ' 2018-03-02'
57+ time : 14:08:00
58+ version : 0.1.3
59+ stability : alpha
60+ notes : |-
61+ Fix segfault on OSX (#129)
You can’t perform that action at this time.
0 commit comments