Arne Blankerts
Arne Blankerts
So the actual bug here is that we do not verify whether or not the phar database is actually in sync with reality, e.g. we currently trust the database. The...
I'm not sure how trying to read the file would be any different from performing a `file_exists` in terms of SELinux? If the file is "invisible" to the PHP process,...
Regarding error reporting: Certainly a re-download would require supporting output so a user knows what's going on.
That's a bizarre issue and setup. Why would the Security Context be configured like that? But okay, I'll keep it in mind :) Thanks for the pointer!
> It seems this option is only available for `install` and not for `update`. That is correct. Given that to `update` something it has to have been `instal`ed first, there...
> > there so far was no point in having that switch here > > We're storing the `.phar`s under version control and running the update on a build server...
I agree that to be annoying. Instead of only controlling the potential extension though, I'd prefer to have a switch to override the complete filename of the destination file. We...
We already considered simply creating two links or have the suggested shell wrapper, but decided against doing in the proposed way. Let me elaborate that a little: PHPUnit is technically...
That looks interesting :)
Imho, there is literally no point in having a tool's classes show up in an IDE. Rather to the contrary: it's highly annoying if that happens and getting rid of...