-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog
69 lines (58 loc) · 2.05 KB
/
ChangeLog
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
Version 2.1.2
-------------
- Bump max PHP version so pecl will install for PHP 8.2 and 8.3 as well
Version 2.1.1
-------------
- Compatibility fix - remove ZVAL_NEW_ARR usage
- add Param to skip exception handling setup in addServer/addServers in GearmanWorker class
- fix memory leak in GearmanClient::doXXX methods
- fix some proto and stubs types
Version 2.1.0
-------------
- PHP 8.0 support
- Serialization segfault fix
- Clean up tests
Version 2.0.6
-------------
- fixing issue with double calling of zval_dtor in set fail callback
Version 2.0.5
-------------
- fixing incorrect number of required parameters for GearmanClient::addServer
and GearmanClient::addServers, along with proceduralequivalents
Version 2.0.4
-------------
- bug fix for issue #59, Param to skip exception handling setup in addServer/addServers
in GearmanClient class
Version 2.0.3
-------------
- Including changes for PHP 7.x
- smaller bug fixes
- splitting up into several smaller files
Version 0.6.0
-------------
- 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.
Version 0.5.0
-------------
- 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
Version 0.4.0
-------------
- 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
Version 0.3.1
-------------
- 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