Zend Framework

Zend_Cache will try to prefix $id with it's id-prefix when remove($id) is called

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.8.0
  • Component/s: Zend_Cache
  • Labels:
    None

Description

When requesting ids through the getIds() method, and trying to remove some of them with remove(), the cache prefix is applied to the id, even though getIds() gives the ids with the prefix already attached at the front. This means that the remove will always fail because the id is invalid.

Tried this with the File backend, but suspect other backends to fail as well.

Activity

Hide
Fabien MARTY added a comment -

just fixed in SVN trunk, can you give it try and reopen this issue if you still have problems ?

thanks

Show
Fabien MARTY added a comment - just fixed in SVN trunk, can you give it try and reopen this issue if you still have problems ? thanks

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: