James Luedke - development blog

Archive for July, 2009

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
  • Drizzle PHP Ext v0.4.1 now in PECL

    Thursday, July 2nd, 2009

    The Drizzle PHP Extension development has now been moved over to PECL. This should open the extension up to a wider audience of eager developers. This release contains several major changes. First I have updated the extension so that it should compile on any PHP v5.0 and later. Another major change is the CamelCaps method names and reflection support. I am in the process of some code reorginization and after that I hope to get the documentation in full swing. Please try it out and report any bugs.

    Reflection Output

    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.