zobo / php-language-server

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Version

quazardous opened this issue · comments

Hi and thx (first of all),

I'm switching from Eclipse because PDT seams dead...

Intelephense is not fully Open Source so here I'm.

I'm dealing with lots of PHP versions, I want to be sure to understand How the plugin and server handle PHP version (because I didn't see a setting about that aside the PHP exec path).

(and BTW, why is it a fork of felixfbecker ? I'm not sure to understand)

(and BTW, why is it a fork of felixfbecker ? I'm not sure to understand)

Felixfbecker stopped supporting his project and removed the extension from the VS Code store.

Hi!

So sorry I'm replying just now. For some reason I did not get notifications about your posts and was a bit busy last 2 months and did not check in on my own...

Yes. I forked the repo, because Felix has no time and interest maintaining it anymore. The project was removed from Store because there was a security issue and it was not resolved.

But to your original question.

The extension does not currently handle separate PHP versions. The runtime must be fairly recent (7.4+) so that things work.
This is however one of the things I wish to add. But first I'll probably wok on better caching.