|
Well the issue is going to be the same as GD2 because the zip function is also a PHP function and its limitations are limited to the amount of memory PHP has setup.
You can raise the memory to say 60M based on the discussions you have seen about adding the ini_set line and see if that solves your issues. If users are zipping a large amount of images I can definately see this as an issue.
|