testlink still has short ?> php tags

I got bit by testlink still having the short style php tags in its codebase today. It still has tags such as \<\? instead of \<\?php. I also had to tweak error reporting as this was making debugging the problem difficult. We really need to go through the code and remove all these old style php tags.

Leave a Reply