I need to adjust the suhosin.get.max_value_length and the using a php.ini file doesn’t do it, but I have a couple alternative options that will work. My question: Is one of these preferable to the other?
Using .htaccess: php_value suhosin.get.max_value_length 4096
If you’re already using an .htaccess file in that directory, adding another directive to it won’t hurt anything. I’ve never heard of using a phprc file, that’s a new one on me. .htaccess imposes a slight burden on Apache, but it’s really trivial unless you are Yahoo or something.
Walter
On Apr 13, 2013, at 7:47 PM, Todd wrote:
I need to adjust the suhosin.get.max_value_length and the using a php.ini file doesn’t do it, but I have a couple alternative options that will work. My question: Is one of these preferable to the other?
Using .htaccess: php_value suhosin.get.max_value_length 4096
If you’re already using an .htaccess file in that directory, adding another directive to it won’t hurt anything. I’ve never heard of using a phprc file, that’s a new one on me. .htaccess imposes a slight burden on Apache, but it’s really trivial unless you are Yahoo or something.
Todd
You might have already found this, if not it might be of help:
Mike
On Apr 14, 2013, at 1:47 AM, Todd wrote:
I need to adjust the suhosin.get.max_value_length and the using a php.ini file doesn’t do it, but I have a couple alternative options that will work. My question: Is one of these preferable to the other?
Using .htaccess: php_value suhosin.get.max_value_length 4096