https://bugzilla.wikimedia.org/show_bug.cgi?id=18165
--- Comment #6 from Robert Rohde <[email protected]> 2009-03-26 04:48:54 UTC --- (In reply to comment #3) > I did: > Seems to work for me. Okay, works for me too. $afp->funcCache and self::$funcCache are distinct variables, and somewhere in performance testing I got them crossed. new does clear $afp->funcCache but not the global self::$funcCache which is what you are correctly using. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
