https://bugzilla.wikimedia.org/show_bug.cgi?id=25174
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Brad Jorsch <[email protected]> --- (In reply to comment #5) > Has anyone figured out why this was happening though? Is that a MW feature or > PHP? It would be better to make the MW understand both. It's PHP. As far as I can tell, way back in 2000 (a6393de6 in PHP's git) they split their code for POST handling from that for GET handling. Then in 2002 (92e542db) they fixed the fact that foo.php?x&y&z wouldn't register x or y or z, but didn't make the analogous change for the POST handling. I didn't see any reference to a bug in their bug tracker. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
