https://bugzilla.wikimedia.org/show_bug.cgi?id=26650
--- Comment #2 from Roan Kattouw <[email protected]> 2011-01-10 14:00:30 UTC --- (In reply to comment #1) > Or just don't rename the global, just change its purpose? We can detect > whether > it's set to a boolean or a number and act accordingly. Or wait, I'm sorry, I misunderstood. I missed the fact that $wgApiCacheHelpTimeout was already there. Due to register_globals considerations we have to either keep the old var around in DefaultSettings or stop listening for it. Neither sounds particularly nice, so I think the best solution is to phase it out gradually (mark as deprecated now, but still define it in DS and listen to it for a while longer, then kill it in a later release). -- 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
