https://bugzilla.wikimedia.org/show_bug.cgi?id=11558
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |LATER Summary|WebRequest input handling |WebRequest: remove |cleanup: magic_quotes |magic_quotes cruft after |removal |5.4 --- Comment #5 from Chad H. <[email protected]> 2012-10-28 14:47:59 UTC --- I looked at this again, and really I don't see any reason to change anything here. Things have changed a lot in 5 years ;-) * Magic quotes is already deprecated in 5.3 (we require 5.3.2), so many people are unlikely to have it enabled * Magic quotes is removed entirely in 5.4, so when we start requiring that we can just remove all the magic quotes cruft. * Since we won't be iterating over it, copying the request info to $data on instantiation rather than lazy-loading seems fine (the extra logic won't save us *that* much memory on a typical request). * The original problem of "can't instantiate multiple WebRequest objects" isn't really true unless you have magic quotes on. So, repurposing this bug as a reminder and marking LATER for sometime after 5.4. -- 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
