-
Notifications
You must be signed in to change notification settings - Fork 0
/
gearman.json
194 lines (194 loc) · 9.68 KB
/
gearman.json
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
{
"category": "Networking",
"deprecated": false,
"description": "This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.",
"latestReleaseDate": "2024-04-04T14:54:41+00:00",
"latestVersion": "2.1.2",
"license": "PHP",
"name": "gearman",
"php8Mentioned": true,
"releases": {
"2.1.2": {
"version": "2.1.2",
"state": "stable",
"license": "PHP",
"releasedBy": "rasmus",
"releaseDate": "2024-04-04T14:54:41+00:00",
"releaseNotes": "PHP 8 is now supported",
"get": "https://pecl.php.net/get/gearman-2.1.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.0": {
"version": "2.1.0",
"state": "stable",
"license": "PHP",
"releasedBy": "rasmus",
"releaseDate": "2021-01-16T20:34:49+00:00",
"releaseNotes": "PHP 8.0.x is now supported",
"get": "https://pecl.php.net/get/gearman-2.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.1.2": {
"version": "1.1.2",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2013-08-29T01:05:52+00:00",
"releaseNotes": "- All callbacks should have a reference pointer (Special thanks to guilhermeblanco)",
"get": "http://pecl.php.net/get/gearman-1.1.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.1.1": {
"version": "1.1.1",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2013-01-08T20:43:31+00:00",
"releaseNotes": "- Updated README with new libgearman requirements.\n- Add explicit check for >= libgearman-1.1.0\n- Fixed PECL Bug 63807 (Special thanks to kgovande)\n- Add support for gearman_client_unique_status() method",
"get": "http://pecl.php.net/get/gearman-1.1.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.1.0": {
"version": "1.1.0",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2012-09-22T20:51:35+00:00",
"releaseNotes": "- libgearman v1.1.* is now required\n- Fixed PECL bug #60877 (no way to set client_id for a GearmanWorker)\n- Fixed BC breaks in libgearman v1.1.0\n- Make phpversion('gearman') return the real version",
"get": "http://pecl.php.net/get/gearman-1.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.3": {
"version": "1.0.3",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2012-08-04T19:46:45+00:00",
"releaseNotes": "- Additional fix for PECL Bug #59423 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)",
"get": "http://pecl.php.net/get/gearman-1.0.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.2": {
"version": "1.0.2",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2012-03-06T02:14:40+00:00",
"releaseNotes": "- Updates for PHP 5.4",
"get": "http://pecl.php.net/get/gearman-1.0.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.1": {
"version": "1.0.1",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2011-12-05T11:44:03+00:00",
"releaseNotes": "- Fixed PECL Bug #60438 (wrong version number in php_gearman.h)",
"get": "http://pecl.php.net/get/gearman-1.0.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.0": {
"version": "1.0.0",
"state": "stable",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2011-12-02T11:56:29+00:00",
"releaseNotes": "- Fixed PECL Bug #18658 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)\n- Fixed PECL Bug #22636 (Uncaught worker exception sends back GEARMAN_SUCCESS return code)\n- Fixed PECL Bug #16900 (Don't use reseved method names)\n- Fixed PECL Bug #59944 (Undefined symbol: gearman_client_set_server_option)\n - Now requires libgearman 0.21 or greater",
"get": "http://pecl.php.net/get/gearman-1.0.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.8.3": {
"version": "0.8.3",
"state": "beta",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2012-08-04T19:57:25+00:00",
"releaseNotes": "Updated version number to match release vesrion.",
"get": "http://pecl.php.net/get/gearman-0.8.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.8.2": {
"version": "0.8.2",
"state": "beta",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2012-08-04T19:39:24+00:00",
"releaseNotes": "- Additional fix for PECL Bug #59423 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)",
"get": "http://pecl.php.net/get/gearman-0.8.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.8.1": {
"version": "0.8.1",
"state": "beta",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2011-12-08T18:53:20+00:00",
"releaseNotes": "- Fixed PECL Bug #18658 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)",
"get": "http://pecl.php.net/get/gearman-0.8.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.8.0": {
"version": "0.8.0",
"state": "beta",
"license": "PHP",
"releasedBy": "hradtke",
"releaseDate": "2011-05-17T16:39:09+00:00",
"releaseNotes": "- Fixed PECL Bug #17114 (Return values that are class private variables are null'd)\n- Fixed PECL Bug #22637 (GearmanJob::setReturn causes segfault)\n- Fixed PECL Bug #16883 (GearmanJob::sendWarning() segfaults)\n- Fixed PECL Bug #16884 (GearmanJob::sendData() crashes)\n- Fixed PECL Bug #16883 (GearmanWorker::addFunction segfaults when function name is non-string)\n- Fixed PECL Bug #17539 (Segmentation fault on calling error() of a fresh worker). Patch by jiayong.",
"get": "http://pecl.php.net/get/gearman-0.8.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.7.0": {
"version": "0.7.0",
"state": "beta",
"license": "PHP",
"releasedBy": "jluedke",
"releaseDate": "2010-03-09T15:00:38+00:00",
"releaseNotes": "- Builds with gearmand 0.12",
"get": "http://pecl.php.net/get/gearman-0.7.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.6.0": {
"version": "0.6.0",
"state": "beta",
"license": "PHP",
"releasedBy": "jluedke",
"releaseDate": "2009-10-01T04:44:46+00:00",
"releaseNotes": "- Fixed build issue with 5.1.x\n- Merged eday changes\n- Added wait functions, uncommented other worker functions.\n- Added timeout functions.\n- Updated function list from C library and removed free methods (should use unset).\n- Added stubs for new functions, fixed tests, fixed some of the existing functions from changes.",
"get": "http://pecl.php.net/get/gearman-0.6.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.5.0": {
"version": "0.5.0",
"state": "beta",
"license": "PHP",
"releasedBy": "jluedke",
"releaseDate": "2009-07-27T21:36:18+00:00",
"releaseNotes": "- Fixed a bug in the task callbacks, the addtional data arg will now work as expected.\n- Added gearman_client_add_servers. This was adde in a recent version of libgearman.\n- Updates to zts for php 5.3\n- Replaced errno with getErrno",
"get": "http://pecl.php.net/get/gearman-0.5.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.4.0": {
"version": "0.4.0",
"state": "beta",
"license": "PHP",
"releasedBy": "jluedke",
"releaseDate": "2009-06-30T04:44:04+00:00",
"releaseNotes": "- Fixed memory leak in $task object\n- Regened constants off of libgearman v0.7\n- Removed gearman_task_take_data\n- Added exception to task job object when created without a geaman obj arg\n- Fixed a bunch of places where it was possible to use objects before verifying them\n- Other small bug fixes",
"get": "http://pecl.php.net/get/gearman-0.4.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.3": {
"version": "0.3",
"state": "beta",
"license": "PHP",
"releasedBy": "jluedke",
"releaseDate": "2009-05-20T04:08:15+00:00",
"releaseNotes": "- Initial PECL import\n- Reworked client/worker/task/job objects.\n- made all class/methods conform to php coding standards\n- Added $obj->returnCode() to all objects\n- Fixed compile issues with PHP 5.1 and 5.3\n- Added in ARG_INFO macros to make reflection work\n- Updated constants to",
"get": "http://pecl.php.net/get/gearman-0.3",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "PHP wrapper to libgearman",
"SPDX-License-Identifier": "PHP-3.01"
}