blob: 2f498c02f45661de1a67232aa412e291828d9b3e [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 Cheungdf1e05a2016-02-29 16:26:57 -080015 <date>2016-03-01</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 Cheungdf1e05a2016-02-29 16:26:57 -080027 - Increase unit test code coverage #5225
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 Cheung3dab4622016-03-23 13:04:53 -0700160 <release>${settings.php_version.php()}</release>
161 <api>${settings.php_version.php()}</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 Cheung5adb71f2016-02-13 00:03:02 -0800173 </changelog>
174 </package>