forked from wcgallego/pecl-gearman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
286 lines (286 loc) · 8.11 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<?xml version="1.0" encoding="ISO-8859-1"?>
<package packagerversion="1.9.4" 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>gearman</name>
<channel>pecl.php.net</channel>
<summary>PHP wrapper to libgearman</summary>
<description>This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.</description>
<lead>
<name>James M. Luedke</name>
<user>jluedke</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<lead>
<name>Herman J. Radtke III</name>
<user>hradtke</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2013-08-28</date>
<time>22:00:00</time>
<version>
<release>1.1.2</release>
<api>1.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- All callbacks should have a reference pointer (Special thanks to guilhermeblanco)
</notes>
<contents>
<dir name="/">
<file name="examples/image_thumbnail_client_bg.php" role="doc" />
<file name="examples/image_thumbnail_client.php" role="doc" />
<file name="examples/image_thumbnail_client_task.php" role="doc" />
<file name="examples/image_thumbnail_worker.php" role="doc" />
<file name="examples/reverse_client_bg.php" role="doc" />
<file name="examples/reverse_client.php" role="doc" />
<file name="examples/reverse_client_task.php" role="doc" />
<file name="examples/reverse_worker.php" role="doc" />
<file name="README" role="doc" />
<file name="CREDITS" role="doc" />
<file name="LICENSE" role="doc" />
<file name="ChangeLog" role="doc" />
<file name="test_client.php" role="doc" />
<file name="test_worker.php" role="doc" />
<file name="config.m4" role="src" />
<file name="php_gearman.c" role="src" />
<file name="php_gearman.h" role="src" />
<file name="tests/gearman_001.phpt" role="test" />
<file name="tests/gearman_002.phpt" role="test" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
<max>6.0.0</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>gearman</providesextension>
<extsrcrelease />
<changelog>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.1.2</release>
<api>1.1.2</api>
</version>
<date>2013-08-28</date>
<notes>
- All callbacks should have a reference pointer (Special thanks to guilhermeblanco)
</notes>
</release>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.1.1</release>
<api>1.1.1</api>
</version>
<date>2013-01-08</date>
<notes>
- Updated README with new libgearman requirements.
- Add explicit check for >= libgearman-1.1.0
- Fixed PECL Bug 63807 (Special thanks to kgovande)
- Add support for gearman_client_unique_status() method
</notes>
</release>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<date>2012-09-22</date>
<notes>
- libgearman v1.1.* is now required
- Fixed PECL bug #60877 (no way to set client_id for a GearmanWorker)
- Fixed BC breaks in libgearman v1.1.0
- Make phpversion('gearman') return the real version
</notes>
</release>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<date>2012-08-04</date>
<notes>
- Additional fix for PECL Bug #59423 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)
</notes>
</release>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<date>2012-03-05</date>
<notes>
- Updates for PHP 5.4
</notes>
</release>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<date>2011-12-05</date>
<notes>
- Fixed PECL Bug #60438 (wrong version number in php_gearman.h)
</notes>
</release>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<date>2011-12-02</date>
<notes>
- Fixed PECL Bug #18658 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)
- Fixed PECL Bug #22636 (Uncaught worker exception sends back GEARMAN_SUCCESS return code)
- Fixed PECL Bug #16900 (Don't use reseved method names)
- Fixed PECL Bug #59944 (Undefined symbol: gearman_client_set_server_option)
- Now requires libgearman 0.21 or greater
</notes>
</release>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.8.0</release>
<api>0.8.0</api>
</version>
<date>2010-05-17</date>
<notes>
- Fixed PECL Bug #17114 (Return values that are class private variables are null'd)
- Fixed PECL Bug #22637 (GearmanJob::setReturn causes segfault)
- Fixed PECL Bug #16883 (GearmanJob::sendWarning() segfaults)
- Fixed PECL Bug #16884 (GearmanJob::sendData() crashes)
- Fixed PECL Bug #16883 (GearmanWorker::addFunction segfaults when function name is non-string)
- Fixed PECL Bug #17539 (Segmentation fault on calling error() of a fresh worker). Patch by jiayong.
</notes>
</release>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.7.0</release>
<api>0.7.0</api>
</version>
<date>2010-03-09</date>
<notes>
- Now builds against gearmand 0.12
- Had to remove some of the low level code I was working on.
</notes>
</release>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
</version>
<date>2009-10-01</date>
<notes>
- Fixed build issue with 5.1.x
- Merged eday changes
- Added wait functions, uncommented other worker functions.
- Added timeout functions.
- Updated function list from C library and removed free methods (should use unset).
- Added stubs for new functions, fixed tests, fixed some of the existing functions from changes.
</notes>
</release>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.5.0</release>
<api>0.5.0</api>
</version>
<date>2009-07-27</date>
<notes>
- Fixed a bug in the task callbacks, the addtional data arg will now work as expected.
- Added gearman_client_add_servers. This was adde in a recent version of libgearman.
- Updates to zts for php 5.3
- Replaced errno with getErrno
</notes>
</release>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<date>2009-06-30</date>
<notes>
- Fixed memory leak in $task object
- Regened constants off of libgearman v0.7
- Removed gearman_task_take_data
- Added exception to task job object when created without a geaman obj arg
- Fixed a bunch of places where it was possible to use objects before verifying them
- Other small bug fixes
</notes>
</release>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.3</release>
<api>0.3</api>
</version>
<date>2009-05-20</date>
<notes>
- Initial PECL import
- Reworked client/worker/task/job objects.
- Added $obj->return_code() to all objects
- Fixed compile issues with PHP 5.1 and 5.3
</notes>
</release>
</changelog>
</package>