PHP denying use of short hand "<?"

installation, migration, php, php-ini, php-shorttags

Solution

You need to update your php.ini file.

Set short_open_tag = 1

See the PHP Manual

Problem

I just installed php 5.3.0 and it won't run php scripts utilizing short open tags like <?, only <?PHP.

Original source

Related problems