I just installed php 5.3.0 and it won't run php scripts utilizing short open tags like <?, only <?PHP.
You need to update your php.ini file.
Set short_open_tag = 1
See the PHP Manual