Quote:
Originally Posted by zeropaid
Don't do that. Set it in your .htaccess file and remove once you are done. Adjusting this number is a security risk.
Code:
php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000
|
"zeropaid" is right in that there can be a potential security risk here with certain versions of servers and php. I was really pointing out what the problem was on the most simplistic level. He might not even have access to his php.ini. Anyway, good point
http://www.redhat.com/archives/enter.../msg00020.html