Commit History

Author SHA1 Message Date
  Rasmus Lerdorf a52052cdd7 Merge pull request #25 from devinodaniel/fix-test-gearman_client_021 7 months ago
  Devin O'Daniel 510fdd3dba Update gearman_client_021.phpt 7 months ago
  Rasmus Lerdorf 95146997ba Fix version and date for pecl release 7 months ago
  Rasmus Lerdorf 8b46ac6dbf Release 2.1.2 7 months ago
  Rasmus Lerdorf 4c6bd23c8f Bump max PHP version 7 months ago
  Rasmus Lerdorf 2873576770 package.xml and Changelog and tag version 2.1.1 7 months ago
  Rasmus Lerdorf 7e4b096bc7 Release 2.1.1 7 months ago
  Rasmus Lerdorf 2595ea19b5 compat fix 7 months ago
  Rasmus Lerdorf 21909b7c9c Merge pull request #24 from cracksalad/master 7 months ago
  Andreas Wahlen 91a37ac07b Fix return types based on not documenting ZPP failures 1 year ago
  Andreas Wahlen 5804f7efda Fix return types in .stub.php file as well 1 year ago
  Andreas Wahlen b5ef0161fd Fix return types in proto comments 1 year ago
  Rasmus Lerdorf 8fb88d5a97 Merge pull request #19 from esabol/patch-1 1 year ago
  Rasmus Lerdorf f40fd1aaaf Merge pull request #15 from BlueTM/fix-typo-and-mixed 1 year ago
  Rasmus Lerdorf b2e8ecba7a Merge pull request #8 from oleg-st/worker-exceptions 1 year ago
  Ed Sabol f29da7ec61 Fix misspelling in README 2 years ago
  Rasmus Lerdorf 7033013a1e Merge pull request #18 from atakde/master 2 years ago
  Atakan Demircioğlu a14949a8bc README :: typo 2 years ago
  BlueTM bc6279b1a5 Fix typo 'dolow' and mixed null 2 years ago
  Rasmus Lerdorf 729a08bcc7 Merge pull request #14 from zacek/client_memory_leak 2 years ago
  Miroslav Zacek b913577630 fixed memory leak in GearmanClient::doXXX methods 2 years ago
  Oleg Stepanischev deef931a30 Param to skip exception handling setup in addServer/addServers in GeamanWorker class 3 years ago
  Remi Collet 7da13e4bab remove ZVAL_NEW_ARR usage 3 years ago
  Rasmus Lerdorf 69d6b78374 Forgot to update the Changelog file 3 years ago
  Rasmus Lerdorf 9ef318b8ce 2.1.0 pecl release 3 years ago
  Rasmus Lerdorf a2ca02cee8 Add missing files 3 years ago
  Rasmus Lerdorf 7d31c71574 Get ready for new pecl release 3 years ago
  Rasmus Lerdorf 912973854e Fix SKIP_ONLINE_TESTS for this test 3 years ago
  Andy Postnikov f497331280 Use SKIP_ONLINE_TESTS 3 years ago
  Oleg Stepanischev e57ee3139e Reworked serialization bug fix 3 years ago
  Oleg Stepanischev 4115e1dbf6 Added timeout to gearman_worker_integration_test_001 3 years ago
  Oleg Stepanischev ef0625a64f Fixed gearman_client_clear_callbacks (use after free) 3 years ago
  Oleg Stepanischev dc72f00e3a Removed sockets extension dependency from tests 3 years ago
  Rasmus Lerdorf 467af179b0 Fix GearmanClient::error() return type along with a few others 3 years ago
  Rasmus Lerdorf 9dc5082e63 Fix SegFault on serialization of objects A slight refactor of PR #2 - thanks @SwenVanZanten 3 years ago
  Rasmus Lerdorf d322619202 Bring back PHP 7.0, 7.1 and 7.2 support because it was easy 3 years ago
  Rasmus Lerdorf 26d86b5b55 Don't hardcode the path here 3 years ago
  Rasmus Lerdorf d5e1eddd7f Add PHP 8.0 support and minimum required PHP version is now PHP 7.3 3 years ago
  Rasmus Lerdorf fb7a1545ed Fix REAME 4 years ago
  Will a787fa0ca5 Update README 4 years ago
  Will 89db5655df Merge pull request #74 from oleg-st/master 4 years ago
  Oleg Stepanischev afd2ed880c Fix segfaults in PHP 7.4 because free_obj is set to NULL fixes #70 and #73 4 years ago
  Will Gallego 1f1293c2fc updating changelog and bumping version 5 years ago
  Will 96d54e2f04 Merge pull request #63 from chrisgoffinet/failcallback-segfault 6 years ago
  Chris Goffinet 476a93c63b Fix segfault when calling set fail callback, don't call zval_dtor twice 6 years ago
  Will Gallego c091685eef fixing required # of params for add server(s) function for client 6 years ago
  Will Gallego d948be1a93 Param to skip exception handling setup in addServer/addServers in GearmanClient class 6 years ago
  Will 7480e92c63 Merge pull request #54 from bolknote/master 7 years ago
  Evgeny Stepanischev 35fcf81a21 Allow using NULL as the last parameter 7 years ago
  Will 9f5a463902 Merge pull request #52 from muzki/master 7 years ago