�PNG  IHDR��;���IDATx��ܻn�0���K�� �)(�pA��� ���7�LeG{�� �§㻢|��ذaÆ 6lذaÆ 6lذaÆ 6lom��$^�y���ذag�5bÆ 6lذaÆ 6lذa{���� 6lذaÆ �`����}H�Fkm�,�m����Ӫ���ô�ô!� �x�|'ܢ˟;�E:���9�&ᶒ�}�{�v]�n&�6� �h��_��t�ڠ͵-ҫ���Z;��Z$�.�P���k�ž)�!��o���>}l�eQfJ�T��u і���چ��\��X=8��Rن4`Vw�l�>����n�G�^��i�s��"ms�$�u��i��?w�bs[m�6�K4���O���.�4��%����/����b�C%��t ��M�ז� �-l�G6�mrz2���s�%�9��s@���-�k�9�=���)������k�B5����\��+͂�Zsٲ ��Rn��~G���R���C����� �wIcI��n7jJ���hۛNCS|���j0��8y�iHKֶۛ�k�Ɉ+;Sz������L/��F�*\��Ԕ�#"5��m�2��[S��������=�g��n�a�P�e�ғ�L�� lذaÆ 6l�^k��̱aÆ 6lذaÆ 6lذa;���� �_��ذaÆ 6lذaÆ 6lذaÆ ���R���IEND�B` # CHANGELOG for ZipStream-PHP All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [2.1.0] - 2020-06-01 ### Changed - Don't execute ob_flush() when output buffering is not enabled (#152) - Fix inconsistent return type on 32-bit systems (#149) Fix #144 - Use mbstring polyfill (#151) - Promote 7zip usage over unzip to avoid UTF-8 issues (#147) ## [2.0.0] - 2020-02-22 ### Breaking change - Only the self opened streams will be closed (#139) If you were relying on ZipStream to close streams that the library didn't open, you'll need to close them yourself now. ### Changed - Minor change to data descriptor (#136) ## [1.2.0] - 2019-07-11 ### Added - Option to flush output buffer after every write (#122) ## [1.1.0] - 2019-04-30 ### Fixed - Honor last-modified timestamps set via `ZipStream\Option\File::setTime()` (#106) - Documentation regarding output of HTTP headers - Test warnings with PHPUnit (#109) ### Added - Test for FileNotReadableException (#114) - Size attribute to File options (#113) - Tests on PHP 7.3 (#108) ## [1.0.0] - 2019-04-17 ### Breaking changes - Mininum PHP version is now 7.1 - Options are now passed to the ZipStream object via the Option\Archive object. See the wiki for available options and code examples ### Added - Add large file support with Zip64 headers ### Changed - Major refactoring and code cleanup