James Luedke - development blog

OSS Development

This page list my recent launchpad revisions, and url’s to revision info

PHP Gearman Ext - Revision 102

2009-09-30T13:55:06.933000+00:00

some older changes for release 0.5.0


PHP Gearman Ext - Revision 101

2009-07-19T00:21:14.153000+00:00

Moved code into svn, added _add_servers calls, fixed major bug in task interface


PHP Gearman Ext - Revision 100

2009-07-10T20:27:17.709000+00:00

fixed php docref calls, updated setClientCallback to setDataCallback


PHP Gearman Ext - Revision 99

2009-07-02T03:43:24.357000+00:00

changed GearmanClient::errno to GearmanClient::getErrno


PHP Gearman Ext - Revision 98

2009-06-30T08:40:26.727000+00:00

added exceptions, few small bug fixes


PHP Gearman Ext - Revision 97

2009-05-21T03:08:41.404000+00:00

Initial PECL push


PHP Gearman Ext - Revision 96

2009-05-12T04:17:16.576000+00:00

added extension version, and fixed a few example scripts


PHP Gearman Ext - Revision 95

2009-05-09T21:59:28.298000+00:00

Fixed a bunch of doc issues, and a few small typos. Added failed cb to example


PHP Gearman Ext - Revision 94

2009-05-07T04:41:28.840000+00:00

cleaned up example code a little


PHP Gearman Ext - Revision 93

2009-05-03T07:48:57.648000+00:00

added examples/image_resize_client_task.php


PHP Gearman Ext - Revision 92

2009-05-03T07:42:34.179000+00:00

fixed a few return values. modified examples, removed classify_* and gd_* examples


PHP Gearman Ext - Revision 91

2009-05-02T02:01:21.557000+00:00

changed PHP_ME_MAPPING so that it will build on older php 5 installs. Updated test program so that it uses new ->return_code()


PHP Gearman Ext - Revision 90

2009-05-01T07:15:56.250000+00:00

changed RETURN_NULL_STRING to RETURN_EMPTY_STRING


PHP Gearman Ext - Revision 89

2009-05-01T07:06:58.942000+00:00

added gearman_*_return_code, changed several functions to return bool instead of gearman_return_t


PHP Gearman Ext - Revision 88

2009-04-28T03:06:31.087000+00:00

fixed an issue in callback func with fci struct for 5.3 Also replaced ZVAL_ADDREF with the new Z_ADDREF_P so that it will build clean on 5.3. Other small code cleanup


PHP Gearman Ext - Revision 87

2009-04-27T00:14:30.331000+00:00

swapped out E_ERROR with E_WARN. Also made RETURN_FALSE the default for most error/warnings


PHP Gearman Ext - Revision 86

2009-04-26T22:00:07.755000+00:00

had comments starting with # should have been dnl


PHP Gearman Ext - Revision 85

2009-04-26T21:52:33.408000+00:00

made all failed args return NULL was a mix of NULL and FALSE. Added ';' to every RETURN_* call. Added some missing '&' to unique in a few place to fix a bad copy. I will need to change some of the E_* return values in places, still need to sort that out


PHP Gearman Ext - Revision 84

2009-04-26T17:30:33.008000+00:00

cleaned up some comments and ifdefs


PHP Gearman Ext - Revision 83

2009-04-25T21:26:19.781000+00:00

forgot to ifdef out gearman_job_set_return


PHP Gearman Ext - Revision 82

2009-04-25T17:32:41.936000+00:00

added the last of the PECL proto comments


PHP Gearman Ext - Revision 81

2009-04-25T08:02:35.996000+00:00

added most of the PECL required comments, also fixed a small bug or two


PHP Gearman Ext - Revision 80

2009-04-25T02:53:41.146000+00:00

changed indent style to K&R for PECL push


PHP Gearman Ext - Revision 79

2009-03-31T01:58:13.560000+00:00

merged to trunk


PHP Gearman Ext - Revision 78

2009-03-28T23:47:26.381000+00:00

house keeping