1
0
mirror of https://github.com/danog/file.git synced 2024-12-12 09:19:48 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
Niklas Keller
efeb737b1f
Fix touch on non-existent files in uv / eio drivers
Fixes #73.
2023-07-23 20:54:06 +02:00
c2313ea280
Fix write() truncation with ext-uv and ext-eio (#76) 2023-07-23 20:06:15 +02:00
Niklas Keller
b8e3314417
Don't fail if directory exists on recursive creation 2023-02-18 17:32:06 +01:00
Niklas Keller
a631384d3e
Test createDirectoryRecursively on existing directory 2023-02-18 17:18:21 +01:00
Aaron Piotrowski
f4bd0dff96
Declare strict types 2022-12-17 15:52:21 -06:00
Oleg Kolesov
65a77cdf2c
Fix createDirectoryRecursively with trailing slash with uv / eio (#71)
Fixes #70.

Applies 402dc969447cc2243f4bcd7f2a3ba5abc0188ebc to v3.
2022-09-08 19:37:49 +02:00
Aaron Piotrowski
ee8f10f512
Update for changes to Closable interface
Also require PHP 8.1 and use features.
2022-03-28 18:05:56 -05:00
Niklas Keller
76a84c1552 Try a different condition for Windows 2022-02-08 23:43:31 +01:00
Niklas Keller
3143155546 Run check on Windows only 2022-02-08 23:37:40 +01:00
Niklas Keller
a82d8f22a0 Try a different condition for Windows 2022-02-08 23:29:12 +01:00
Niklas Keller
440d4fb434 Try test skip on Windows due to symlink in build path 2022-02-08 22:56:28 +01:00
Niklas Keller
83582fe723 Fix Windows tests 2022-02-08 22:50:57 +01:00
Niklas Keller
8ced3f0d17 Try to fix some more tests on Windows 2022-02-08 22:43:53 +01:00
Niklas Keller
a2328098e9 Try to fix some more tests on Windows 2022-02-08 22:38:50 +01:00
Niklas Keller
58d738fae6 Fix some tests on Windows 2022-02-08 22:04:15 +01:00
Niklas Keller
1eba16a584 Skip link loops on Windows 2022-02-08 21:42:35 +01:00
Niklas Keller
c9e30f5687 Rename Driver → FilesystemDriver 2022-02-08 19:49:16 +01:00