This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare PECL 0.2.0 * Fix time
- Loading branch information
Showing
3 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,19 +12,20 @@ This extension allows you to easily gather latency and other metadata by watchin | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2018-03-05</date> | ||
<time>12:31:00</time> | ||
<date>2018-04-02</date> | ||
<time>12:19:00</time> | ||
<version> | ||
<release>0.1.4</release> | ||
<api>0.1.4</api> | ||
<release>0.2.0</release> | ||
<api>0.2.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license>Apache 2.0</license> | ||
<notes> | ||
Fix handling startTime when passed to opencensus_trace_begin (#135) | ||
- Adds Span kind (#151) | ||
- Adds Span sameProcessAsParentSpan (#153) | ||
</notes> | ||
<contents> | ||
<dir baseinstalldir="/" name="/"> | ||
|
@@ -94,6 +95,8 @@ Fix handling startTime when passed to opencensus_trace_begin (#135) | |
<file name="non-string-labels.phpt" role="test" /> | ||
<file name="null_start_time.phpt" role="test" /> | ||
<file name="span_class.phpt" role="test" /> | ||
<file name="span_kind.phpt" role="test" /> | ||
<file name="span_same_process_as_parent_span.phpt" role="test" /> | ||
<file name="span_specify_id.phpt" role="test" /> | ||
<file name="static_method_callback_scope.phpt" role="test" /> | ||
<file name="static_method_test.phpt" role="test" /> | ||
|
@@ -255,5 +258,21 @@ Fix segfault on OSX (#129) | |
Fix handling startTime when passed to opencensus_trace_begin (#135) | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>0.2.0</release> | ||
<api>0.2.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<date>2018-04-02</date> | ||
<license>Apache 2.0</license> | ||
<notes> | ||
- Adds Span kind (#151) | ||
- Adds Span sameProcessAsParentSpan (#153) | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters