As I had found lots of people having problems with disappearing POST 
variables I believe this note will be usefull for part of them.

If you get a situation, that larger POST variables disappear from $_POST 
array, but everything is OK with small ones; and you had compiled PHP with 
hardened flag on. Do not forget to change the value of 
"varfilter.max_value_length" in php.ini (default 1000) to fit your needs!

As I never had used hardened earlier it took 2 days to find out such simple 
thing!! 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to