I installed the latest version and captured the logs:
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"rootUri":"file:///home/colin/projects/test","processId":18087,"workspaceFolders":[{"name":"workspace","uri":"file:///home/colin/projects/test"}],"initializationOptions":{"0":"{\"name\":\"******REDACTED*********\"}","php.version":"8.2"},"capabilities":{"window":{"workDoneProgress":true},"workspace":{"configuration":true,"didChangeWatchedFiles":{"dynamicRegistration":true}},"textDocument":{"synchronization":{"didOpen":true,"didChange":true},"publishDiagnostics":{"versionSupport":true}}}}}
{"jsonrpc":"2.0","method":"window/logMessage","params":{"type":3,"message":"Language Server Started (Build 02/04/2026)"}}
{"jsonrpc":"2.0","method":"window/logMessage","params":{"type":3,"message":"License registered to Colin Mollenhour \u003Ccm525i@gmail.com\u003E."}}
{"jsonrpc":"2.0","method":"window/logMessage","params":{"type":3,"message":"PID: 18101"}}
{"jsonrpc":"2.0","method":"window/logMessage","params":{"type":3,"message":"Indexing \u0027file:///home/colin/projects/test\u0027 ..."}}
{"jsonrpc":"2.0","id":0,"result":{"capabilities":{"selfProfiler":false,"textDocumentSync":{"openClose":true,"change":2},"hoverProvider":true,"completionProvider":{"triggerCharacters":["\u003E",":","$","\\","@"," ","\u0027","/","[","\u003C"],"completionItem":{"labelDetailsSupport":true},"resolveProvider":true},"implementationProvider":true,"referencesProvider":true,"definitionProvider":true,"typeDefinitionProvider":true,"documentSymbolProvider":true,"workspaceSymbolProvider":true,"codeActionProvider":{"codeActionKinds":["","source","source.organizeImports","source.sortImports","source.sortAndRemoveImports","quickfix","refactor"],"resolveProvider":false},"codeLensProvider":{"resolveProvider":true},"renameProvider":{"prepareProvider":true},"documentHighlightProvider":true,"documentFormattingProvider":false,"documentRangeFormattingProvider":true,"documentOnTypeFormattingProvider":{"firstTriggerCharacter":";","moreTriggerCharacter":["}",":"]},"signatureHelpProvider":{"triggerCharacters":["(",","]},"selectionRangeProvider":true,"inlayHintProvider":{"resolveProvider":true},"linkedEditingRangeProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","decorator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"foldingRangeProvider":true,"executeCommandProvider":{"commands":["devsense:implementabstracts","devsense:implementgettersetter","devsense:implementctor","devsense:organizeUses","devsense:peekReferences","devsense:peekImplementations","devsense:peekTraitUses","devsense:peekBaseImplementation","devsense:adddocblock","devsense:formatCode","devsense:executeBladeSwitchViewClass","devsense:extractfn","devsense:showMessage"]},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true}}}}}
{"jsonrpc":"2.0","method":"initialized","params":{}}
{"jsonrpc":"2.0","id":4097,"method":"client/registerCapability","params":{"registrations":[{"id":"file-watcher-1","method":"workspace/didChangeWatchedFiles","registerOptions":{"watchers":[{"globPattern":"**","kind":7}]}}]}}
{"jsonrpc":"2.0","id":4098,"method":"client/registerCapability","params":{"registrations":[{"id":"config-watcher-1","method":"workspace/didChangeConfiguration"}]}}
{"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"0":"{\"name\":\"******REDACTED*********\"}","php.version":"8.2"}}}
{"jsonrpc":"2.0","method":"workspace/didChangeWatchedFiles","params":{"changes":[{"uri":"file:///home/colin/projects/test/hello.php","type":1}]}}
{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///home/colin/projects/test/hello.php","languageId":"php","version":0,"text":"<?php\n\necho \"hello ASDF\";\n\n"}}}
{"jsonrpc":"2.0","id":4097,"result":null}
{"jsonrpc":"2.0","id":4098,"result":null}
{"jsonrpc":"2.0","id":4099,"method":"workspace/codeLens/refresh","params":null}
{"jsonrpc":"2.0","id":4099,"error":{"code":-32601,"message":"Unhandled method workspace/codeLens/refresh"}}
{"jsonrpc":"2.0","id":4100,"method":"workspace/inlayHint/refresh","params":null}
{"jsonrpc":"2.0","id":4100,"error":{"code":-32601,"message":"Unhandled method workspace/inlayHint/refresh"}}
{"jsonrpc":"2.0","method":"workspace/didChangeWatchedFiles","params":{"changes":[{"uri":"file:///home/colin/projects/test/hello.php","type":2}]}}
{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"textDocument":{"uri":"file:///home/colin/projects/test/hello.php","version":1},"contentChanges":[{"text":"<?php\n\necho \"hello dude\";\n\n"}]}}
{"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///home/colin/projects/test/hello.php","diagnostics":[{"range":{"start":{"line":4,"character":0},"end":{"line":4,"character":1}},"code":"PHP2014","source":"PHP","message":"Syntax error: unexpected token \u0027\u003C\u0027","severity":1}]}}
{"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///home/colin/projects/test/hello.php","diagnostics":[{"range":{"start":{"line":4,"character":0},"end":{"line":4,"character":1}},"code":"PHP2014","source":"PHP","message":"Syntax error: unexpected token \u0027\u003C\u0027","severity":1}]}}