Sysadmin global suhosin.get.max value length 25102011 - Seizam/seizamcore GitHub Wiki
Made by : bedhed
Date: 25/10/2011
Currently applied on : papilusion
MediaWiki advise to extend the get limit to 1024 bytes. Suhosin limits it to 512.
- user : root
- host : ns304832.ovh.net
- date : 25/10/11 10:48
- curpath : /var/www/w
- Edit /etc/php5/apache2/php.ini, see [1]
- Restart apache
[email protected]# apache2ctl graceful
[1]\* Edit /etc/php5/apache2/php.ini
--- old 2011-10-25 10:59:43.000000000 +0200 +++ new 2011-10-25 11:02:26.000000000 +0200 @@ -1852 +1852,4 @@ ; End: + +; extend suhosin.get.max_value_length from 512 to 1024 as advised by MW +suhosin.get.max_value_length=1024