felixfbecker / php-language-server

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥
ISC License
1.15k stars 185 forks source link

The PHP Language Server server crashed ... #803

Open thwaller opened 3 years ago

thwaller commented 3 years ago

Getting this continuously with this extension:

The PHP Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.

Version: 1.54.0-insider Commit: 192c817fd350bcbf3caecae22a45ec39bae78516 Date: 2021-02-19T05:14:26.971Z Electron: 11.2.3 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Linux x64 5.8.0-44-generic

tertek commented 3 years ago

https://github.com/felixfbecker/php-language-server/issues/779#issuecomment-800410711

thwaller commented 3 years ago

@tertek Thanks for sharing this. Oddly enough, I believe I found the issue, or part of the issue at least. When I opened VSCode in order to do this, I needed to reinstall this extension, I no longer had any issues... without performing this action. I got to thinking.... I recently reverted back to PHP 7.4 from PHP 8. It would appear there is some issue with PHP 8 and compatibility.