If you can't figure out what why or perhaps don't have user permissions on php.ini, another way to debug a no-information parse error is to wrap your php source in another php source with body something like:
ini_set('display_errors',1);
error_reporting(E_ALL);
include "mybustedfile.php";