Jakub Zalas
Jakub Zalas
Looking at the recent changes, the only relevant change that could break the phar during the upload is #1430.
Copied from #3562. The phar works fine the first time itβs run but gets corrupted. I can reproduce the problem now. 1. Start a PHP Docker container ``` docker run...
Strange. As you see on my screenshot it downloaded 3.4.1 for me. Have you tried @dharmann's steps instead? https://github.com/phpDocumentor/phpDocumentor/issues/3562#issuecomment-1731218311 This should definitely download v3.4.1: ``` wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.4.1/phpDocumentor.phar chmod +x phpDocumentor.phar...
Confirmed `phar.readonly=on` makes it continues to work after the first run π great find!
The latest version [works for me](https://github.com/jakzal/phpqa/actions/runs/6400298179/job/17374525014) π
@kdubb done π
@atrakic I'm not sure what you're trying to do.
@atrakic I see, so it's unrelated to the issue you're commenting on. Can you please create a new issue and provide as much detail as you can?
Yes, I considered it in the past, but it seemed like a lot of effort considering potential benefits. QualityAnalyzer is the last tool that has to be on the PATH....
For anyone considering contributing, here's the guide: https://github.com/jakzal/toolbox/blob/master/CONTRIBUTING.md