Skip to content

Tags: codex-m/php-archive

Tags

1.1.1

Toggle 1.1.1's commit message
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.

1.1.0

Toggle 1.1.0's commit message
extracted exceptions into their own files

required for PSR-2

1.0.10

Toggle 1.0.10's commit message
check for broken iconv setup

1.0.9

Toggle 1.0.9's commit message
use trusty for running tests on travis

1.0.8

Toggle 1.0.8's commit message
Throw an exception when a file changes during reading

see discussion at splitbrain#17

1.0.7

Toggle 1.0.7's commit message
added dogfooding test, extract self created archives

1.0.6

Toggle 1.0.6's commit message
ignore null block headers

1.0.5

Toggle 1.0.5's commit message
fixed size add in Fileinfo::frompath. closes splitbrain#9

1.0.4

Toggle 1.0.4's commit message
adjusted tests

1.0.3

Toggle 1.0.3's commit message
correctly remove temporary files when uncompressing ZIPs