PHP 5.4 Interpreter for Eclipse PDT

So PHP 5.4 is released, but when will the interpreter for eclipse PDT come out to support the new PHP 5.4 syntax?

All I could find on the Internet was the old Error Report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=362672 . It seems that I can’t even register there to ask a question about his status.

Anyone working on this? Is there a public version of dev for it? How long do they usually need to release a new interpreter after the release of a new version of PHP?

The PHP 5.4 syntax was announced a long time ago. Why is it still not supported in Eclipse (I am not complaining, I just want to know where it hangs)?

+6
source share
2 answers

Yep is an interpreter for PHP 5.4, although it seems to be buggy, the static click throughs function does not work with my mac eclipse installation, and the click function does not work on my eclipse windows.

Try

In your eclipse go to

Settings -> PHP -> PHPInterpreter Then select the PHP version for PHP 5.4

If it is not available, you will need to update the PDT

help β†’ Check for updates

I commented on the error message that you mentioned the other day before I realized that there is a translator so you can subscribe and comment on your self ...

https://bugs.eclipse.org/bugs/

It seems to me that the interpreter still needs some work, although it would be nice to have improved help with featured code.

+6
source

PDT versions> = 3.0.0 support PHP 5.4, including support for tags.

The current version, starting from the record, is PDT 3.1.0, and 3.1.1 is available from the developer's night site :

0
source

Source: https://habr.com/ru/post/910203/


All Articles