I have both php 4.3.10 an 5.0.3 running under phpsuexec/suexec, but the main problem I have at the moment, is that POST requests are not working under php 5.0.3. When checking $_POST, the array is empty.
I've done a lot of googling and am not sure if this is a symptom of running php in cgi mode, a bug, or the way I've built and configured php5. Anyone else have a similar problem?