Well - I believe mode is by default supported with PHP version > 5. You have to make changes in php.ini file to make supportable tags.
will be supported what ever is set for "short_open_tag" in php.ini. If you want to use short tags style then your php.ini setting should be:
short_open_tag=on
and
short_open_tag=off to remove short tags style support.