WordPress / blueprints-library

32 stars 7 forks source link

Port ZipStreamReader from adamziel/wxr-normalize #116

Closed adamziel closed 3 weeks ago

adamziel commented 3 weeks ago

This new ZipStreamReader opens its own file handles which means it can be paused, resumed, and is more reliable. The original implementation was built as a part of https://github.com/adamziel/wxr-normalize/pull/1

This is all new code so there are no testing instructions. Eventually this implementation will replace the existing ZipStreamReader.

adamziel commented 3 weeks ago

The failing tests seem to be also an issue with phpunit setup. I'll go ahead and merge anyway.