ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Version 2.1.0
  2. -------------
  3. - PHP 8.0 support
  4. - Serialization segfault fix
  5. - Clean up tests
  6. Version 2.0.6
  7. -------------
  8. - fixing issue with double calling of zval_dtor in set fail callback
  9. Version 2.0.5
  10. -------------
  11. - fixing incorrect number of required parameters for GearmanClient::addServer
  12. and GearmanClient::addServers, along with proceduralequivalents
  13. Version 2.0.4
  14. -------------
  15. - bug fix for issue #59, Param to skip exception handling setup in addServer/addServers
  16. in GearmanClient class
  17. Version 2.0.3
  18. -------------
  19. - Including changes for PHP 7.x
  20. - smaller bug fixes
  21. - splitting up into several smaller files
  22. Version 0.6.0
  23. -------------
  24. - Fixed build issue with 5.1.x
  25. - Merged eday changes
  26. - Added wait functions, uncommented other worker functions.
  27. - Added timeout functions.
  28. - Updated function list from C library and removed free methods (should use unset).
  29. - Added stubs for new functions, fixed tests, fixed some of the existing functions from changes.
  30. Version 0.5.0
  31. -------------
  32. - Fixed a bug in the task callbacks, the addtional data arg will now work as expected.
  33. - Added gearman_client_add_servers. This was adde in a recent version of libgearman.
  34. - Updates to zts for php 5.3
  35. - Replaced errno with getErrno
  36. Version 0.4.0
  37. -------------
  38. - Fixed memory leak in $task object
  39. - Regened constants off of libgearman v0.7
  40. - Removed gearman_task_take_data
  41. - Added exception to task job object when created without a geaman obj arg
  42. - Fixed a bunch of places where it was possible to use objects before verifying them
  43. - Other small bug fixes
  44. Version 0.3.1
  45. -------------
  46. - Initial PECL import
  47. - Reworked client/worker/task/job objects.
  48. - Added $obj->return_code() to all objects
  49. - Fixed compile issues with PHP 5.1 and 5.3