Quickbits for PHP.ini of the day

Yes I admit it, I am lazy, I was using the short open tag since very long time ago on PHP developing, and my new set of server do not phase PHP as if I only use short tag (<? ?>) instead of the full tag (<?php ?>).

Quick fix, in PHP.ini:
Turn option “short_open_tag” on (Default Off)
short_open_tag = On