Tags: codex-m/php-archive
Tags
supress chmod and touch warnings On some file systems these commands will fail. It's unclear what systems those are, I can reproduce it for touch() on my android phone (but not on my tablet). Instead of littering the output with potentially thousands of warnings we supress them here. Ideally we should probably do something with them, but I don't know what. Maybe a strict setting that turns them into exceptions, would work? PRs welcome.
Throw an exception when a file changes during reading see discussion at splitbrain#17
PreviousNext