blob: 85f9a7d19eab11376f6a78cf1cb287aed8c7a821 [file] [log] [blame]
Stanley Cheung5adb71f2016-02-13 00:03:02 -08001%YAML 1.2
2--- |
3 <?xml version="1.0" encoding="UTF-8"?>
4 <package packagerversion="1.9.5" 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">
5 <name>grpc</name>
6 <channel>pecl.php.net</channel>
7 <summary>A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.</summary>
8 <description>Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.</description>
9 <lead>
10 <name>Stanley Cheung</name>
11 <user>stanleycheung</user>
12 <email>grpc-packages@google.com</email>
13 <active>yes</active>
14 </lead>
Stanley Cheung049831a2016-05-18 09:17:01 -070015 <date>2016-05-19</date>
Stanley Cheung5adb71f2016-02-13 00:03:02 -080016 <time>16:06:07</time>
17 <version>
Stanley Cheung3dab4622016-03-23 13:04:53 -070018 <release>${settings.php_version.php()}</release>
19 <api>${settings.php_version.php()}</api>
Stanley Cheung5adb71f2016-02-13 00:03:02 -080020 </version>
21 <stability>
22 <release>beta</release>
23 <api>beta</api>
24 </stability>
25 <license>BSD</license>
26 <notes>
Stanley Cheung049831a2016-05-18 09:17:01 -070027 - TBD
Stanley Cheung5adb71f2016-02-13 00:03:02 -080028 </notes>
29 <contents>
30 <dir baseinstalldir="/" name="/">
31 <file baseinstalldir="/" name="config.m4" role="src" />
Stanley Cheung5709e932016-03-07 17:34:47 -080032 <file baseinstalldir="/" name="src/php/README.md" role="src" />
Stanley Cheung5adb71f2016-02-13 00:03:02 -080033 <file baseinstalldir="/" name="src/php/ext/grpc/CREDITS" role="src" />
34 <file baseinstalldir="/" name="src/php/ext/grpc/LICENSE" role="src" />
Stanley Cheung5adb71f2016-02-13 00:03:02 -080035 % for source in php_config_m4.src + php_config_m4.headers:
36 <file baseinstalldir="/" name="${source}" role="src" />
37 % endfor
38 % for lib in libs:
39 % if lib.name in php_config_m4.get('deps', []):
40 % for source in lib.get('public_headers', []) + lib.headers + lib.src:
41 <file baseinstalldir="/" name="${source}" role="src" />
42 % endfor
43 % endif
44 % endfor
45 </dir>
46 </contents>
47 <dependencies>
48 <required>
49 <php>
50 <min>5.5.0</min>
51 </php>
52 <pearinstaller>
53 <min>1.4.0</min>
54 </pearinstaller>
55 </required>
56 </dependencies>
57 <providesextension>grpc</providesextension>
58 <extsrcrelease />
59 <changelog>
60 <release>
61 <version>
62 <release>0.5.0</release>
63 <api>0.5.0</api>
64 </version>
65 <stability>
66 <release>alpha</release>
67 <api>alpha</api>
68 </stability>
69 <date>2015-06-16</date>
70 <license>BSD</license>
71 <notes>
72 First alpha release
73 </notes>
74 </release>
75 <release>
76 <version>
77 <release>0.5.1</release>
78 <api>0.5.1</api>
79 </version>
80 <stability>
81 <release>alpha</release>
82 <api>alpha</api>
83 </stability>
84 <date>2015-07-09</date>
85 <license>BSD</license>
86 <notes>
87 Update to wrap gRPC C Core version 0.10.0
88 </notes>
89 </release>
90 <release>
91 <version>
92 <release>0.6.0</release>
93 <api>0.6.0</api>
94 </version>
95 <stability>
96 <release>beta</release>
97 <api>beta</api>
98 </stability>
99 <date>2015-09-24</date>
100 <license>BSD</license>
101 <notes>
102 - support per message compression disable
103 - expose per-call host override option
104 - expose connectivity API
105 - expose channel target and call peer
106 - add user-agent
107 - update to wrap gRPC C core library beta version 0.11.0
108 </notes>
109 </release>
110 <release>
111 <version>
112 <release>0.6.1</release>
113 <api>0.6.0</api>
114 </version>
115 <stability>
116 <release>beta</release>
117 <api>beta</api>
118 </stability>
119 <date>2015-10-21</date>
120 <license>BSD</license>
121 <notes>
122 - fixed undefined constant fatal error when run with apache/nginx #2275
123 </notes>
124 </release>
125 <release>
126 <version>
127 <release>0.7.0</release>
128 <api>0.7.0</api>
129 </version>
130 <stability>
131 <release>beta</release>
132 <api>beta</api>
133 </stability>
134 <date>2016-01-13</date>
135 <license>BSD</license>
136 <notes>
137 - Breaking change to Credentials class (removed) #3765
138 - Replaced by ChannelCredentials and CallCredentials class #3765
139 - New plugin based metadata auth API #4394
140 - Explicit ChannelCredentials::createInsecure() call
141 </notes>
142 </release>
143 <release>
144 <version>
145 <release>0.8.0</release>
146 <api>0.8.0</api>
147 </version>
148 <stability>
149 <release>beta</release>
150 <api>beta</api>
151 </stability>
Stanley Cheung6b573282016-02-24 21:44:47 -0800152 <date>2016-02-24</date>
Stanley Cheung5adb71f2016-02-13 00:03:02 -0800153 <license>BSD</license>
154 <notes>
155 - Simplify gRPC PHP installation #4517
156 </notes>
157 </release>
Stanley Cheungdf1e05a2016-02-29 16:26:57 -0800158 <release>
159 <version>
Stanley Cheung9a163762016-04-19 13:24:18 -0700160 <release>0.8.1</release>
161 <api>0.8.1</api>
Stanley Cheungdf1e05a2016-02-29 16:26:57 -0800162 </version>
163 <stability>
164 <release>beta</release>
165 <api>beta</api>
166 </stability>
167 <date>2016-03-01</date>
168 <license>BSD</license>
169 <notes>
170 - Increase unit test code coverage #5225
171 </notes>
172 </release>
Stanley Cheung9a163762016-04-19 13:24:18 -0700173 <release>
174 <version>
Stanley Cheung049831a2016-05-18 09:17:01 -0700175 <release>0.14.0</release>
176 <api>0.14.0</api>
Stanley Cheung9a163762016-04-19 13:24:18 -0700177 </version>
178 <stability>
179 <release>beta</release>
180 <api>beta</api>
181 </stability>
182 <date>2016-04-19</date>
183 <license>BSD</license>
184 <notes>
185 - destroy grpc_byte_buffer after startBatch #6096
186 </notes>
187 </release>
Stanley Cheung049831a2016-05-18 09:17:01 -0700188 <release>
189 <version>
190 <release>0.14.2</release>
191 <api>0.14.2</api>
192 </version>
193 <stability>
194 <release>beta</release>
195 <api>beta</api>
196 </stability>
197 <date>2016-05-18</date>
198 <license>BSD</license>
199 <notes>
200 - Updated functions with TSRM macros for ZTS support #6607
201 </notes>
202 </release>
203 <release>
204 <version>
205 <release>${settings.php_version.php()}</release>
206 <api>${settings.php_version.php()}</api>
207 </version>
208 <stability>
209 <release>beta</release>
210 <api>beta</api>
211 </stability>
212 <date>2016-05-19</date>
213 <license>BSD</license>
214 <notes>
215 - TBD
216 </notes>
217 </release>
Stanley Cheung5adb71f2016-02-13 00:03:02 -0800218 </changelog>
219 </package>