https://bugzilla.wikimedia.org/show_bug.cgi?id=16570
--- Comment #1 from Brion Vibber <[EMAIL PROTECTED]> 2008-12-06 01:23:21 UTC --- It appears that the magic_quotes_gpc setting is broken in the PHP 5.2.7 release. While set by default, it doesn't *work*, so MediaWiki sees the setting on and tries to strip the extra backslashes from input. The result is broken input. :( If you are in a position to disable magic_quotes_gpc in your php.ini, go ahead and do so. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
