MDL-69548 core: Adding the ZipStream library

This allows downloading of zip files as a stream, and will be used by
the Download course content project (MDL-69540).
This commit is contained in:
Michael Hawkins
2020-09-18 10:03:22 +08:00
parent ab5d361c80
commit cfe02e4d3e
21 changed files with 2149 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@ class core_component {
'RedeyeVentures\\GeoPattern' => 'lib/geopattern-php/GeoPattern',
'MongoDB' => 'cache/stores/mongodb/MongoDB',
'Firebase\\JWT' => 'lib/php-jwt/src',
'ZipStream' => 'lib/zipstream/src/',
);
/**