http://php.net/manual/en/function.apc-fetch.php now accepts an array of IDs to fetch (since 3.0.13 APC according to the comments).

This would allow the APC backend to fully support getMultiple() instead of looping over the cids and using get().

CommentFileSizeAuthor
#1 1194056.patch2.94 KBR.Muilwijk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

R.Muilwijk’s picture

Status: Active » Fixed
FileSize
2.94 KB

Since this is supported since 2007-02-24 (4 years ago) I am making this the default behaviour instead of doing a version_compare(phpversion('apc')). The attached patch is committed into beta-3. Please provide feedback if neccesary!

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