James Luedke - development blog

Archive for the ‘Project DoD’ Category

Gearman PHP Ext v0.5.0 Released

Monday, July 27th, 2009

Mostly a bug fix release. It can be downloaded at the PECL page.

  • 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
  • Gearman PHP Ext v0.4.0 Released

    Wednesday, July 1st, 2009

    I released a new version of the Gearman extension this week.  This was mainly a bug fix release. It can be downloaded from PECL. I have also started to work on documentation, and hope to have those published soon.