Closed (fixed)
Project:
Drupal Queue
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 Jul 2010 at 16:48 UTC
Updated:
28 Dec 2010 at 04:40 UTC
Jump to comment: Most recent file
Attached is a backport of the reliable interface from http://drupal.org/node/782616.
This patch also includes the MemoryQueue implementation.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 861796-drupalqueue-backport.patch | 12.09 KB | dave reid |
| #1 | 861796-drupalqueue-backport.patch | 11.54 KB | dave reid |
| drupal_queue-782616-port.patch | 7.56 KB | blakehall |
Comments
Comment #1
dave reidLatest backport (although I don't think really anything has changed since the original patch).
Comment #2
dave reidNote that now we're using an OOP Interface this will officially require PHP 5. So this should probably get a +1 from alex_b or someone else reviewing the issue.
Comment #3
pwolanin commentedMake it require PHP 5.2.4 now that D7 core requires it.
Comment #4
dave reidCommitted #3 to CVS, and bumped the module PHP version requirement to 5.2.4.
http://drupal.org/cvs?commit=464080
Comment #5
dave reidActually, the reasons we require PHP 5.2.4 over just 5.2 in D7 are unrelated to anything that we touch here (check_plain() and PDO), so PHP 5.2 should do just fine.
http://drupal.org/cvs?commit=464082