Commit History

Author SHA1 Message Date
  Will Gallego 8598099e28 Moving over GearmanClient functions to separate file 8 years ago
  Will Gallego 8b92f8342b adding ZEND_FE_END macro, grabbing patch for issue #22 8 years ago
  Will Gallego e42bfeaaae fixing issue with strlen when context is empty 8 years ago
  Keyur f8bcc7e6df Fix memory leak with tasks list 8 years ago
  Will Gallego 69222c75ea more tweaks, also I think I left out php_gearman_task.h in a previous commit 8 years ago
  Will Gallego 5f87ae28cd more splitting up, basic gearman task/client stuff 8 years ago
  Will Gallego f5084a098f Splitting up php_gearman.c - Base, Exception 8 years ago
  Keyur 360b12cfe9 Duplicate the string to avoid segfaults if/when it goes away or changes underneath 8 years ago
  Keyur 4014998e07 Allow for mixed workloads 8 years ago
  Keyur 295a9e98f3 Use ZVAL_COPY instead of ZVAL_DUP. DUP calls a copy constructor which 8 years ago
  Keyur 8b4fd6fe3e Fix invalid memory access during destruction of GearmanClient 8 years ago
  Xaver Loppenstedt d3d06dcb61 fix client context length 8 years ago
  Will Gallego dc62f80dad Merge branch 'issue_19' 8 years ago
  Will Gallego 8a5474f049 Merge branch 'issue_19' of https://github.com/wcgallego/pecl-gearman into issue_19 8 years ago
  Will Gallego 4b5482566c replacing free_obj handlers with destructors 8 years ago
  Keyur 67f242114f Fix tabs/spaces 8 years ago
  Keyur d411a3b61c Add destructor to fix circular reference 8 years ago
  Keyur aa79bc0f4d Better destruction 8 years ago
  Keyur b16dae4ee0 Remove CB Zend object 8 years ago
  Keyur bef840d26f Remove unneeded cruft 8 years ago
  Xaver Loppenstedt a7389eddf3 fix job handle returned by doBackground() 8 years ago
  Will Gallego 6750fc600b some clean up 8 years ago
  Will Gallego 5739d5d048 fixing hash iteration in gearman_worker_obj_free 8 years ago
  Will Gallego 68afd5da0f fixing add function for same job 8 years ago
  Will Gallego 73f233fe60 Reworking the callback for GearmanWorker 8 years ago
  Will Gallego d6417c176c Issue 19 - memory leak/segfault with Workers 8 years ago
  Will Gallego e77f981e56 fixing up a seg fault in worker callback 8 years ago
  Will Gallego 9e32a58ca8 GearmanWorker::addServer() optional params 8 years ago
  Taneli Leppä f185f1a21b Removed efree(intern) and converted task zclient to use zval instead of pointer. 8 years ago
  Taneli Leppä 0b4f9ed7ab Fixed segfault when calling GearmanClient::addTask without unique parameter. 8 years ago
  Will Gallego 8d8635f30c fixing error messaging on callback functions 8 years ago
  Will Gallego 4423da6e18 adding efree at bottom of gearman_client_obj_free 8 years ago
  Will Gallego c2b218a999 checking addref on zworkload 8 years ago
  Will Gallego 32fcea3bcd Simplifying tasks a bit, memory clean up 8 years ago
  Will Gallego a9b3928f52 efree-ing the intern at end of GearmanClient 8 years ago
  Will Gallego d7d6e6fad5 cleaning up callback functions before allocating again 8 years ago
  Will Gallego 0da43cace5 fixing callbacks for tasks 8 years ago
  Will Gallego da970f4626 fixing runTasks 8 years ago
  Sean DuBois b51ee745a6 Update zend_parse_parameter calls to use zend_long instead of long for 'l' 9 years ago
  Will Gallego 21c523bc8c simplifying callbacks, fixing poor job copying zvals 9 years ago
  Will Gallego bce416d41f Pecl #65615 Remove reserved function names 9 years ago
  Will Gallego f1fa532929 Incorporating some of kgovande's changes 9 years ago
  Will Gallego 33393d68c8 reordering some functions 9 years ago
  Will Gallego 879c2cf5f4 removing some exception code, comment clean up 9 years ago
  Will Gallego b9b129976d memory leak and seg fault both seem fixed for gearman_worker_work() now 9 years ago
  Will Gallego b495348f36 fixing memory leak and seg fault in worker callback 9 years ago
  Will Gallego 0625ab5793 Revert "fixing segfault seen outside test env" 9 years ago
  Will Gallego b37a4e4c87 moving around some of the function declarations 9 years ago
  Will Gallego 63c7893ef8 fixing segfault seen outside test env 9 years ago
  Will Gallego 41222923e2 cleaning up a memory leak in GearmanClient::addTaskStatus() 9 years ago