On 04/02/12 20:24, Thomas Gries wrote:
I added a new page https://www.mediawiki.org/wiki/Manual:Suhosin_%28Hardened-PHP_Project_patch_... and linked this on https://www.mediawiki.org/wiki/Manual:$wgResourceLoaderMaxQueryLength
to give everyone who uses PHP+Suhosin a chance to find the settings without running through the MW installation procedure.
Suhosin is the name of a patch, and an extension which aims to harden PHP (Hardened-PHP Projekt). http://www.hardened-php.net/suhosin/
Tom
I have done a few changes. Are you sure you need to set suhosin.get.max_value_length in php.ini before the extension line? I think we should detect it and use an appropiate default for $wgResourceLoaderMaxQueryLength when Suhosin is active.