Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d810bec

Browse files
authored
Prepare 0.1.2 extension release (#98)
* Prepare 0.1.2 extension release * Remove test file not actually in source tree
1 parent d93e7e5 commit d810bec

3 files changed

Lines changed: 29 additions & 7 deletions

File tree

ext/package.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ This extension allows you to easily gather latency and other metadata by watchin
1212
<email>chingor@google.com</email>
1313
<active>yes</active>
1414
</lead>
15-
<date>2017-12-22</date>
16-
<time>16:55:00</time>
15+
<date>2018-01-19</date>
16+
<time>09:52:00</time>
1717
<version>
18-
<release>0.1.1</release>
19-
<api>0.1.1</api>
18+
<release>0.1.2</release>
19+
<api>0.1.2</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 segfault when specifying attributes in a callback (#93)
27+
Fix potential variable naming collision (#97)
2828
</notes>
2929
<contents>
3030
<dir baseinstalldir="/" name="/">
@@ -56,14 +56,14 @@ Fix segfault when specifying attributes in a callback (#93)
5656
<file name="basic_context.phpt" role="test" />
5757
<file name="basic_function.phpt" role="test" />
5858
<file name="basic_method.phpt" role="test" />
59+
<file name="bug_001.phpt" role="test" />
5960
<file name="clear_traces.phpt" role="test" />
6061
<file name="closure_exeception.phpt" role="test" />
6162
<file name="closure_exeception2.phpt" role="test" />
6263
<file name="context_class.phpt" role="test" />
6364
<file name="context_span_id.phpt" role="test" />
6465
<file name="function_callback.phpt" role="test" />
6566
<file name="function_callback_arguments.phpt" role="test" />
66-
<file name="function_callback_arguments_gc.phpt" role="test" />
6767
<file name="function_callback_array.phpt" role="test" />
6868
<file name="function_callback_callable_wrong_return.phpt" role="test" />
6969
<file name="function_callback_extra_arguments.phpt" role="test" />
@@ -208,5 +208,20 @@ First alpha release.
208208
Fix segfault when specifying attributes in a callback (#93)
209209
</notes>
210210
</release>
211+
<release>
212+
<version>
213+
<release>0.1.2</release>
214+
<api>0.1.2</api>
215+
</version>
216+
<stability>
217+
<release>alpha</release>
218+
<api>alpha</api>
219+
</stability>
220+
<date>2018-01-19</date>
221+
<license>Apache 2.0</license>
222+
<notes>
223+
Fix potential variable naming collision (#97)
224+
</notes>
225+
</release>
211226
</changelog>
212227
</package>

ext/php_opencensus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <sys/time.h>
3131
#endif
3232

33-
#define PHP_OPENCENSUS_VERSION "0.1.1"
33+
#define PHP_OPENCENSUS_VERSION "0.1.2"
3434
#define PHP_OPENCENSUS_EXTNAME "opencensus"
3535

3636
#define PHP_OPENCENSUS_MAKE_STD_ZVAL(pzv) \

ext/releases.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ releases:
4545
stability: alpha
4646
notes: |-
4747
Fix segfault when specifying attributes in a callback (#93)
48+
49+
- date: '2018-01-19'
50+
time: 09:52:00
51+
version: 0.1.2
52+
stability: alpha
53+
notes: |-
54+
Fix potential variable naming collision (#97)

0 commit comments

Comments
 (0)