PhFiTo should become redistributable:«<?php» instead of «<?»
Brought to you by:
kocharin
The docs at http://www.php.net/manual/en/language.basic-syntax.phpmode.php say:
«Using short tags should be avoided when developing applications or libraries that are meant for redistribution, or deployment on PHP servers which are not under your control, because short tags may not be supported on the target server. For portable, redistributable code, be sure not to use short tags».
(End of quote.)
To achieve the redistributability, apply the attached patch.
makes «short_open_tag» directive unnecessary