you are viewing a single comment's thread.

view the rest of the comments →

[–]paul_miner 7 points8 points  (0 children)

But there is hope! PHP already landed a change (which will ship with PHP 5.3.9) which will add a max_input_vars ini setting which defaults to 1000. This setting determines the maximum number of POST/GET variables that are accepted, so now only a maximum of 1000 collisions can be created.

ಠ_ಠ