I need to get this website working on our server that runs PHP 4.3.4 and it uses the function zip_open(). Unfortunately it seems that this function was only supported in PHP (4.1.0 - 4.3.2 only).
Does anybody know a different function that I could replace zip_open with?
Thanks for the help!