https://bugs.documentfoundation.org/show_bug.cgi?id=172196
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG CC| |ilmari.lauhakangas@libreoff | |ice.org Status|UNCONFIRMED |RESOLVED --- Comment #4 from Buovjaga <[email protected]> --- Bernard: you must fix this at the level of odtphp. Something in the zip generation is broken. I see that the original library is no longer maintained, but there is this active fork which supports the latest PHP versions: https://github.com/sboden/odtphp/ I recommend to test with that fork - I noticed it has at least some correctness fixes. If the issue persists, report an issue to the fork repository. The zip handling is here: https://github.com/sboden/odtphp/tree/master/src/Zip In the source files it is said "You need Zip Extension or PclZip library", but I could not find where it decides to pick the zip solution to use. It seems to always use the PclZip library, but I might be wrong. The PclZip library itself is shipped with the project in this directory: https://github.com/sboden/odtphp/tree/master/lib -- You are receiving this mail because: You are the assignee for the bug.
