Attached is a backport of the reliable interface from http://drupal.org/node/782616.

This patch also includes the MemoryQueue implementation.

Comments

dave reid’s picture

StatusFileSize
new11.54 KB

Latest backport (although I don't think really anything has changed since the original patch).

dave reid’s picture

StatusFileSize
new12.09 KB

Note 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.

pwolanin’s picture

Make it require PHP 5.2.4 now that D7 core requires it.

dave reid’s picture

Status: Needs review » Fixed

Committed #3 to CVS, and bumped the module PHP version requirement to 5.2.4.
http://drupal.org/cvs?commit=464080

dave reid’s picture

Actually, 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.