https://bugzilla.wikimedia.org/show_bug.cgi?id=44024
--- Comment #1 from Pierre Schmitz <[email protected]> --- Created attachment 11649 --> https://bugzilla.wikimedia.org/attachment.cgi?id=11649&action=edit (bug 44024) xcache_get returns null on non-existent keys Unfortunately I just discovered this bug report when I already debugged this issue and came to the same conclusion. I attached a git patch for the master branch that fixes the issue. I confirmed with the XCache author that indeed null is returned in case the key does not exist. So we just test for null; saves us one call into xcache from the solution above. Greetings, Pierre -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
