Php short tag change program
- It is a program that changes a short tag (<?) From a PHP file to a long tag (<? PHP).
- In the case of a changed file, the original file is added to the extension.
- <? = $ Hello?> Is <? PHP Echo $ Hello; It is changed to?>.
- If you use the options (-S), <? = Does not change.
- Only UTF-8 formats are currently supported.
How to use
ConvertShortopentag.exe [Option]{File name or folder name}
Download
Related links
- Source: https://github.com/newkilho/convertshortopentag
license
- Kalmuri is freeWare. It doesn't matter if you use it without any space restrictions on your company, home, government office, and school.
Think
- When installing the server, Short_open_tag is on by default, and the web hosting used was also on
- Usually <? As I wrote it, I made it because there was a missing part (<? PHP) in the source that was released and distributed.
Leave a Reply