I have a problem that I install \'Archive_Zip 0.1.1\' on Linux server, but when I try to run the script to create the zip file it gives the fatal error
<
You also need to compile PHP with zip support. The manual says the following:
In order to use these functions you must compile PHP with zip support by using the --enable-zip configure option.
It's not enough to simply install the correct extensions on the server. Have a look at the installation instructions link Pekka posted earlier. My answer is just a clarification of his.