Zip library "Allowed memory size" |
just create your own function to add them to a zip file one by one rather than having CI do the whole thing in one pass
https://www.php.net/manual/en/class.ziparchive.php not tested the following but you get the idea. This is what i did to get around the same issue Code: $zip = new ZipArchive(); |
Messages In This Thread |
Zip library "Allowed memory size" - by ZoeF - 01-19-2020, 01:10 PM
RE: Zip library "Allowed memory size" - by mjamilasfihani - 01-19-2020, 06:41 PM
RE: Zip library "Allowed memory size" - by ZoeF - 01-20-2020, 12:20 AM
RE: Zip library "Allowed memory size" - by futurewebs - 01-20-2020, 02:00 AM
RE: Zip library "Allowed memory size" - by InsiteFX - 01-20-2020, 07:57 AM
RE: Zip library "Allowed memory size" - by ZoeF - 01-20-2020, 09:28 AM
RE: Zip library "Allowed memory size" - by jreklund - 01-20-2020, 01:01 PM
RE: Zip library "Allowed memory size" - by ZoeF - 01-21-2020, 07:33 AM
RE: Zip library "Allowed memory size" - by InsiteFX - 01-21-2020, 08:56 AM
RE: Zip library "Allowed memory size" - by futurewebs - 01-22-2020, 01:49 AM
|