Commit Graph

14 Commits

Author SHA1 Message Date
Daniel Mason
0d0c0d0a7e - Updated travis builds to run on PHP 7.0, 7.1 and 7.2.
- Added ability to specify multiple log levels. [DEBUG/INFO/NOTICE/WARNING/ERROR/CRITICAL/ALERT/EMERGENCY]
- Default  is now .
- Removed VERBOSE / VVERBOSE flags.
- Enabled date/time logging by default.
2018-05-29 22:20:56 +12:00
Daniel Mason
51fda513f4 Global reformat 2018-05-25 21:03:48 +12:00
Chris Boulton
e684d19d4f Merge pull request #152 from liujingyu/patch-1
repair PHP Notice, on line 17
2016-10-11 12:17:22 -07:00
dewei
781483bc83 fixed ‘../bin/resque.php’ to '../bin/resque' 2016-04-13 09:26:04 +08:00
Iskandar Najmuddin
3b074a046a Revert file modes back to 644 2014-05-05 17:48:47 +00:00
Iskandar Najmuddin
1abbad3f5e Improve comments and readability 2014-05-05 14:47:43 +00:00
jingyu liu
8ccc31632a repair PHP Notice, on line 17
when run <php queue.php PHP_Job>, it has a PHP Notice.
I think it's right command <php queue.php default PHP_Job>.
2013-12-06 14:14:57 +08:00
Ruud Kamphuis
86ae77811d Working blocking list pop :) 2013-05-29 09:17:06 +02:00
Ruud Kamphuis
b8f98eecd2 WIP 2013-05-29 09:14:18 +02:00
Chris Boulton
2f5b48930f make better use of composer across php-resque
* recommend php-resque be installed via Composer
* provide quick getting started steps
* move ./resque.php to bin/resque, make it available as a Composer bin
* have classes autoloaded via Composer (or some other means if not using Composer)
2013-01-12 22:40:26 +11:00
Joe Frey
26ae7a63da fixing missing and incorrect paths for Resque class and Resque_Job_Status 2012-08-08 16:19:53 -04:00
Chris Boulton
c5396f4e86 Change arguments for jobs to an array instead of an object. Also change other json encoded items to decode to an array rather than objects 2010-04-19 10:35:50 +10:00
Chris Boulton
7ef1ebbd97 Fix up demo/queue.php job arguments 2010-04-19 00:12:35 +10:00
Chris Boulton
cb4205d508 Initial commit 2010-04-18 23:58:43 +10:00