You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the graphical ZIP compress options on Mac OS or Ubuntu, the
resulting ZIP archive will be inconsistent, tripping up `libzip`.
With `ziptool` you could provoke the error to learn more about the
inconsistency but that is unfortunately not available in PHP:
```
can't open zip archive 'a.zip': Zip archive inconsistent: entry 2: local and central headers do not match
```
`libzip` worked around this in
nih-at/libzip@b3e3b19
which was released in
https://github.com/nih-at/libzip/releases/tag/v1.10.1
but that version didn't make it into even unstable Debian/Ubuntu
distributions yet.
0 commit comments