Tag Archives: wtf

A lesson in PHP stupidity

1:  post_max_size >= 2GB makes PHP overflow, resulting in a negative post_max_size: “POST Content-Length of 0 bytes exceeds the limit of -2147483648 bytes” 2: defining post_max_size (etc) with MB instead of M causes PHP to only read the last character, … Continue reading

Posted in PHP | Tagged | Leave a comment