-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.xml
104 lines (104 loc) · 3.42 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
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.11" version="2.0" 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" 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>pinba</name>
<channel>pecl.php.net</channel>
<summary>Pinba</summary>
<description>Client extension for Pinba statistics server.
</description>
<lead>
<name>Antony Dovgal</name>
<user>tony2001</user>
<email>tony2001@php.net</email>
<active>yes</active>
</lead>
<date>2013-08-17</date>
<time>12:00:00</time>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL</license>
<notes>- Changed extension license to LGPL.
</notes>
<contents>
<dir name="/">
<file name="config.m4" role="src" />
<file name="CREDITS" role="doc" />
<file name="NEWS" role="doc" />
<file name="README" role="doc" />
<file name="pinba.proto" role="src" />
<file name="pinba.cc" role="src" />
<file name="php_pinba.h" role="src" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.4.8</min>
<max>6.0.0</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>pinba</providesextension>
<extsrcrelease>
<configureoption default="autodetect" name="with-pinba" prompt="Please provide the prefix of Google Protocol Buffers installation" />
</extsrcrelease>
<changelog>
<release>
<date>2012-08-17</date>
<version><release>1.0.0</release><api>1.0.0</api></version>
<stability><release>stable</release><api>stable</api></stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Fixed 5_4 build.
- Fixed several minor memleaks.
- Added optional flag to pinba_flush() to flush only stopped timers (use PINBA_FLUSH_ONLY_STOPPED_TIMERS).
</notes>
</release>
<release>
<date>2010-11-26</date>
<version><release>0.0.6</release><api>0.0.6</api></version>
<stability><release>beta</release><api>beta</api></stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Added pinba_timer_delete() function.
- Added pinba_hostname_set() function.
- Added experimental IPv6 support. (Florian Forster)
- Fixed extension crash on empty tag value.
</notes>
</release>
<release>
<date>2009-10-19</date>
<version><release>0.0.5</release><api>0.0.5</api></version>
<stability><release>beta</release><api>beta</api></stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Added rusage to timers (not sent to the server, to be discussed)
</notes>
</release>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.0.4</release><api>0.0.4</api></version>
<date>2009-08-26</date>
<notes>- Added HTTP response status to the response data.
- Added support of Google Protocol Buffers 2.1.0+.
- Added pinba_script_name_set() function.
</notes>
</release>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.0.3</release><api>0.0.3</api></version>
<date>2009-05-04</date>
<notes>- Initial release.
</notes>
</release>
</changelog>
</package>