I'm submitting a work-in-progress patch that takes care for several issues:
1) cache_clear_all was not working properly since it searched for $table instead of $bin
2) apc_handle_delete was not working properly as it was looking for a non-existant $data
3) apc_handle_key did not respect database prefixing, which is important
4) apc_get_lock was not doing anything usefull that i could imagine, correct me if I am wrong.

Please consider this a patch-needs-work as i am not a php coder and may have basic programming errors.

Personal note to Steve Rude, thanks for saving me alot of time with this module!

CommentFileSizeAuthor
#1 apc.inc_.patch1.88 KBnirl
apc.inc_.patch13.87 KBnirl

Comments

nirl’s picture

StatusFileSize
new1.88 KB

newer patch

slantview’s picture

Status: Needs work » Fixed

Thanks Nir, fixed in apc v1.4 in HEAD.

-steve

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

vacilando’s picture

Status: Closed (fixed) » Active

I don't see any new releases at http://drupal.org/node/137538/release -- why is that? Where can we find the new v1.4 for D5?

tanc’s picture

@vacilando - the 1.4 version is only on CVS. Just download it from there: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/apc/apc.inc...

slantview’s picture

Status: Active » Closed (fixed)