Forum Moderators: coopster
--enable-short-tags option. Some more information here: [ca3.php.net...]
However, the use of short tags is not recommended as it can interfere with processing some aspects of XML such as the prolog. This might not affect you, though. Personally, I leave the short tags disabled and use the full
<?php - and it is easy to do a quick search/replace for existing scripts.
Your server must not be configured to process short_open_tags [php.net].
<added>
Thanks, encyclo, and good points!
</added>