Is there a way to use the ZipArchive class without recompiling PHP on an Unix server?
If not, is there another way to create Zip files using PHP?
| SitePoint Sponsor |

Is there a way to use the ZipArchive class without recompiling PHP on an Unix server?
If not, is there another way to create Zip files using PHP?





You can call zip binary via exec.

True.
Thanks.
Bookmarks