Closed (fixed)
Project:
Memcache API and Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
26 Oct 2011 at 10:17 UTC
Updated:
4 Apr 2012 at 00:56 UTC
Right now it's impossible to extend Memcache due to some private methods.
Here's the simple fix.
| Comment | File | Size | Author |
|---|---|---|---|
| memcache-protected-methods.patch | 1.38 KB | dixon_ |
Comments
Comment #1
dixon_Just now I can't figure out what that last row change does or where it comes from. It seems to be a tricky line break or white space. The code and spacing between functions looks good.
Comment #2
berdirAs discussed with catch, the plan is to split up these crazy huge and complex functions into separate things once the 7.x-1.x branch is *finally* stable.
However, nothing wrong with making them protected in the meantime I guess..
Comment #3
catchLooks fine to me, committed and pushed to 7.x-1.x.
Comment #5
damienmckennaCould this be backported to D6? I'll roll a patch if you'd be willing to accept it?
Comment #6
damienmckennaNemind, the D6 and D7 codebases are *completely* different.