[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Code Completion: <? rather than <?php

Actually, this is a common misconception of the changing coming in PHP 6. Only ASP-style short tags (<% %>) will be deprecated and disabled by default in PHP 6:

http://www.php.net/~derick/meeting-notes.html#remove-support-for-and-script-language-php-and-add-php-var

-Brent


Marko Karjalainen wrote:

Hey,

Using "<? ?>" not recommended, in php6 short-tags are depreceated.
And default php.ini have short-tags disabled

On 25.12.2008 21:20, Igor wrote:
I like PDT. Thank you very much for a great work.

Question:
When I type "<?" the IDE immediately completes the "php ?>" for me.
Is there possibility to configure it, so that it appends just "?>"
without "php"? (so I get "<??>" instead "<?php ?>")

Looked around the Google for and couldn't find anything. Much thanks for
any insight.