| Name: | php-mcnetic-zipstreamer |
|---|---|
| Epoch: | 1 |
| Version: | 1.0 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 82956 |
| License: | GPLv3+ |
| RPM: | php-mcnetic-zipstreamer-1.0-1.el7.noarch.rpm |
| Source RPM: | php-mcnetic-zipstreamer-1.0-1.el7.src.rpm |
| Build Date: | Thu Dec 07 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/McNetic/PHPZipStreamer |
| Summary: | Stream zip files without i/o overhead |
| Description: | Simple Class to create zip files on the fly and stream directly to the HTTP client as the content is added (without using temporary files). Autoloader: /usr/share/php/ZipStreamer/autoload.php |
- update to 1.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- fix version, from review #1296901
- ensure we use our autoloader during the test suite - ignore test suite on 32bits build
- initial package - add patch to workaround error raised by pecl_http see https://github.com/McNetic/PHPZipStreamer/issues/29