PHP tags should default to <?PHP instead of <?

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
fuzzylogic
Posts: 43
Joined: Thu Jan 10, 2008 11:55 am

PHP tags should default to <?PHP instead of <?

Post by fuzzylogic »

Hello,
I noticed that in Options => Preferences => Language Options => PHP

the default tag style is to use the short tags <?..?>
instead of the long/formal tags <?PHP .. ?>

if you read the documentation on the www.php.net web site you will find that the use of the short tags is discouraged.

So I suggest changing the default value to be the long/formal tags.
bandrej
Posts: 65
Joined: Fri Oct 20, 2006 10:50 am
Location: maribor, slovenia

Post by bandrej »

Agree. Short open tags should be avoided, because it creates possible XML conflicts.
to-do: full-screen feature
Post Reply