Netbeans 7.4 doesn't recognise PHP short tag
netbeans, netbeans-7, php-shorttags
Solution
- Ctrl-1 to open your Project window
- Right-click on your project and click on Properties
- Enable Allow short tags (<?)
- Press Ok
Problem
I recently updated Netbeans to 7.4 version and I actually get plenty of "errors": all the code included in short php tag is not parsed and considered almost like comment (I guess). Does anyone knows how to fix that? thanks