Hi, i am using customebuild 2 and i am using shosin, when login to phpmyadmin.
The default values for most Suhosin configuration options will work in most scenarios, however you might want to adjust at least following parameters:
suhosin.request.max_vars should be increased (eg. 2048)
suhosin.post.max_vars should be increased (eg. 2048)
suhosin.request.max_array_index_length should be increased (eg. 256)
suhosin.post.max_array_index_length should be increased (eg. 256)
suhosin.request.max_totalname_length should be increased (eg. 8192)
suhosin.post.max_totalname_length should be increased (eg. 8192)
suhosin.get.max_value_length should be increased (eg. 1024)
suhosin.sql.bailout_on_error needs to be disabled (the default)
suhosin.log.* should not include SQL, otherwise you get big slowdown
I took a look at /usr/local/lib/php.ini and the settings aren't in there either. I can't find it's configuration file - can anybody throw any light on this?
Thank you.
Code:
Server running with Suhosin. Please refer to documentation for possible issues.
The default values for most Suhosin configuration options will work in most scenarios, however you might want to adjust at least following parameters:
suhosin.request.max_vars should be increased (eg. 2048)
suhosin.post.max_vars should be increased (eg. 2048)
suhosin.request.max_array_index_length should be increased (eg. 256)
suhosin.post.max_array_index_length should be increased (eg. 256)
suhosin.request.max_totalname_length should be increased (eg. 8192)
suhosin.post.max_totalname_length should be increased (eg. 8192)
suhosin.get.max_value_length should be increased (eg. 1024)
suhosin.sql.bailout_on_error needs to be disabled (the default)
suhosin.log.* should not include SQL, otherwise you get big slowdown
I took a look at /usr/local/lib/php.ini and the settings aren't in there either. I can't find it's configuration file - can anybody throw any light on this?
Thank you.