forked from open-telemetry/opentelemetry-php-instrumentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
144 lines (143 loc) · 5.65 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.5" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>opentelemetry</name>
<channel>pecl.php.net</channel>
<summary>OpenTelemetry auto-instrumentation support extension</summary>
<description>https://github.com/open-telemetry/opentelemetry-php-instrumentation</description>
<lead>
<name>Brett McBride</name>
<user>brettmc</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Przemek Delewski</name>
<user>pdelewski</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2023-05-10</date>
<time>14:16:02</time>
<version>
<release>1.0.0beta5</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
<notes>opentelemetry 1.0.0beta5
* calling die or exit directly lead to segfault (#55)
* adding phpdoc to stubs (#54)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name="config.m4" role="src"/>
<file baseinstalldir="/" name="config.w32" role="src"/>
<file baseinstalldir="/" name="opentelemetry.c" role="src"/>
<file baseinstalldir="/" name="opentelemetry.stub.php" role="src"/>
<file baseinstalldir="/" name="opentelemetry_arginfo.h" role="src"/>
<file baseinstalldir="/" name="otel_observer.c" role="src"/>
<file baseinstalldir="/" name="otel_observer.h" role="src"/>
<file baseinstalldir="/" name="php_opentelemetry.h" role="src"/>
<file name="LICENSE" role="doc"/>
<file name="DEVELOPMENT.md" role="doc"/>
<file name="README.md" role="doc"/>
<dir name="tests">
<file name="001.phpt" role="test"/>
<file name="002.phpt" role="test"/>
<file name="003.phpt" role="test"/>
<file name="004.phpt" role="test"/>
<file name="005.phpt" role="test"/>
<file name="006.phpt" role="test"/>
<file name="007.phpt" role="test"/>
<file name="008.phpt" role="test"/>
<file name="009.phpt" role="test"/>
<file name="010.phpt" role="test"/>
<file name="function_closure.phpt" role="test"/>
<file name="function_first_class_callable.phpt" role="test"/>
<file name="function_internal.phpt" role="test"/>
<file name="multiple_hooks_modify_exception.phpt" role="test"/>
<file name="multiple_hooks_modify_params.phpt" role="test"/>
<file name="multiple_hooks_modify_returnvalue.phpt" role="test"/>
<file name="reimplemented_interface.phpt" role="test"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>8.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>opentelemetry</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2023-03-30</date>
<time/>
<version>
<release>1.0.0beta2</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
<notes>* See https://github.com/open-telemetry/opentelemetry-php and https://github.com/open-telemetry/opentelemetry-php-instrumentation</notes>
</release>
<release>
<date>2023-04-01</date>
<time>00:32:40</time>
<version>
<release>1.0.0beta3</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license>Apache 2.0</license>
<notes>opentelemetry 1.0.0beta3
* rename extension from otel_instrumentation to opentelemetry (#49)
* display extension version in phpinfo (#48)
* Fix #46 add doc, license and tests to pecl package (#47)
* changes to allow build/upload to pecl (#44)
* update package.xml and docs in preparation for pecl release (#43)
* store scope in the context (#42)
* moving bin directory to contrib (#39)
* fixing script names (#38)
* get list of auto packages through packagist api (#37)
* adding new symfony and laravel auto instrumentation packages (#36)
* execute composer require in non-interactive mode (#35)
* deny plugins for php-http/discovery by default (#34)
* windows is not supported yet due to configure script code generation error (#33)
* install and setup auto-instrumentation with one command (#29)
* docs: update/sync(opentelemetry.io) installation description (#27)
</notes>
</release>
<release>
<date>2023-04-19</date>
<time>12:25:51</time>
<version>
<release>1.0.0beta4</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license>Apache 2.0</license>
<notes>opentelemetry 1.0.0beta4
* Consistent source code formatting (#52)
* segfault during exception in post hook (#51)
</notes>
</release>
</changelog>
</package>