오길호2022-08-31T17:08:18+09:00This program changes short tags (<?) in PHP files to long tags (<?php).If the file has been modified, the original file will have a .bak extension added.<?=$hello?> will be changed to <?php echo $hello; ?>.Using the option (-s), <?= will not be changed.Currently, only UTF-8 format is supported. How to Use ConvertShortOpenTag.exe [options] {filename or...