Jacy

Results 4 comments of Jacy

Made a PR to make flock pass-thru. The test ofc passes now on Windows too since flock is just a pass-thru.

Forgot to mention, infection works perfectly now with that change.

That indeed fixes the default `file_put_contents()` flag param(0) but it does not fix the issue that: 1- StreamWrapper stream type not supporting `LOCK_EX` (2): IRC PHPUnit strictly specifies LOCK_EX(2) as...

The Interceptor has to catch the LOCK_EX and just pass it through since it doesn't support it. Gotta watch out for edge cases such as `LOCK_EX|LOCK_NB` too. Something like this:...