update Eclipse PDT to php 5.5

4

1

The current stable php version is 5.5.1. At Eclipse PDT we're however still stuck on 5.4. I tried updating it to the latest version but it doesn't give me any new updates. In preferences - > PHP -> PHP Intepreter I can only select 5.4 or lower. How can I update PDT to make it interpret php 5.5?

bicycle

Posted 2013-08-09T06:17:45.490

Reputation: 379

Answers

3

The Luna release has 5.5 support.

Development has slowed though. See: http://projects.eclipse.org/projects/tools.pdt

There are still some commits happening https://eclipse.googlesource.com/pdt/org.eclipse.pdt/ but PDT's functionality has fallen far behind PHPStorm's.

  • Edited to note that Luna has support

Greg

Posted 2013-08-09T06:17:45.490

Reputation: 99

3

After installing the latest nightly from http://projects.eclipse.org/projects/tools.pdt and installing some extensions from http://p2-dev.pdt-extensions.org/ the PHP interpreter dropdown now shows PHP 5.5

– Greg – 2013-12-30T18:13:40.583