Releases: phpactor/phpactor
Releases · phpactor/phpactor
2026.06.23.0
Sorry, something went wrong.
No results found
Improvements:
- Show the Phpactor version in the LSP phpactor/status response @dantleech
- worse:analyse writes its progress to STDERR, and its --format=json output
now reports the line, column, diagnostic code and a readable severity #3061
@AJenbo
Bug fixes:
- Fix false positives in analyser ]#3063 @AJenbo
- Fix functions declared in the source code passed to the reflector being
reported as not found (e.g. every function declared and called in the same
file when running worse:analyse) #3061 @AJenbo.
2026.07.22.0
Sorry, something went wrong.
No results found
Features:
- Code action / transformer to add missing #[\Override] attributes #2966 @AJenbo
Improvements:
Bug fixes:
- Handle premature cancellation of code-action that caused regression in VS code @dantleech @zobo #3058
- Require the posix extension and fail early with a descriptive error when a required extension is missing (instead of crashing mid-session) @fain182 #3053
2026.06.25.0
Sorry, something went wrong.
No results found
2026.05.30.2
Sorry, something went wrong.
No results found
- Do not show client warning when code action resolution process is killed
@dantleech #3051
2026.05.30.1
Sorry, something went wrong.
No results found
Bugfixes:
- Ensure that myclabs/deep-copy is included in the production dependency set @dantleech 902d2f0
2026.05.30.0
Sorry, something went wrong.
No results found
NOTE this relase drops support for PHP 8.1. The minimum supported PHP version is now 8.2.
Features:
Improvements:
Bug fixes:
Meta:
2025.12.21.1
Sorry, something went wrong.
No results found
2012.12.21 The Xmas Phpactor
Sorry, something went wrong.
No results found
Features:
Improvements:
Bug fixes:
2025.10.17.0
Sorry, something went wrong.
No results found
BREAKING
- VIM plugin: Local .phpactor.json configuration files are no longer loaded by
default. If you use the VIM plugin you must explicitly trust the
configuration file with :PhpactorTrust.
Features:
- Support PHPStan editormode #2936 @mamazu
- (development) optional opentelemertry extension.
Improvements:
Security:
- Ask permission before loading project-level .phpactor.json @dantleech
Bug fixes:
- rename: Do not throw error if there is a reference to a now-non-existing file. @dantleech
- avoid infinite loop when looking up constant type #2913 @dantleech
2025.07.25.0
Sorry, something went wrong.
No results found