Gareth Ellis
Gareth Ellis
I wondered that, but Windows uses exclusive file locking, so it shouldn’t even be possible for a process to write to a file until locks made by other processes have...
Thanks, I'll give that a go. It's on my TODO list anyway :)
Workaround: ``` php //use "NUL" on Windows for the second argument $file = Phake::partialMock(SplFileObject::class, "/dev/null"); ```
Hello folks. Is this PR likely to be merged soon? I think it would help me with a problem I am facing.
@PowerKiKi You helped to merge, tag, and release #2187 which was another PHP 8.1 fix. Is there any chance you might be able to help with this one, and also...
Thanks folks, any chance of a tagged release please? :)
> Is this bug still relevant? Yes > Have you managed to find a workaround? No
> Is this bug still relevant? Yes > Have you managed to find a workaround? No
> Is this bug still relevant? Yes > Have you managed to find a workaround? No
We found a workaround. The tests I originally mentioned in this issue have been removed because the code was also removed, and for some other tests, we were able to...