PHP的suhosin视图下降variables?

suhosin启用。 suhosin删除请求/获取variables。

日志只是告诉我除了被丢弃的variables的原始值之外的所有东西。

ALERT - dropped 1 request variables - (1 in GET, 0 in POST, 0 in COOKIE) (attacker 'xx.x.xx.x.x', file '/html/index.html') ALERT - configured GET variable value length limit exceeded - dropped variable 'url' (attacker 'xxxx', file '/html/index.html') 

我如何查看掉落的variables的原始值?

我可以通过grep的Apache access.log来检查原始的URL和参数。