Search code examples
phpinstallationmigrationphp-iniphp-shorttags

PHP denying use of short hand "<?"


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


Solution

  • You need to update your php.ini file.

    Set short_open_tag = 1

    See the PHP Manual