I need to use a zip function on a web site hosting hosted on a linux server and I don't know much about linux. Honestly, I have been googling and reading but can't make sense of it!
My home system is windows and all I had to do was type "extension = php_zip.dll" into the php.ini configuration file. The test page I created then ran exactly as planned when opened in the browser, and I was able to download the new zip file that had been created.
Will it be easy to configure on the linux server (Puma). Or do I need to install some special software? Can someone point me in the right direction?