Gareth Ellis

Results 6 comments of 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? :)