memcache/memcache.inc
Line in question
$key_length = isset($wildcard_flushes[$table]) ? strlen(reset(array_keys($wildcard_flushes[$table]))) : $length;
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | memcache-fix-strict-warning-about-pass-by-reference-1244296-3.patch | 759 bytes | das-peter |
| #1 | memcache-1244296-1.patch | 1.33 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedComment #2
catchThanks! Committed and pushed.
Comment #3
das-peter commented@catch: sorry for the duplicate in #1131370-15: Segment wildcard counts by $string[0] - I forgot do to a pull first d'oh!
Looks like I've found a follow up to this issue - there's another location where
reset()is used with a function return:line 299 in memcache.incComment #4
catchThanks, committed and pushed!