Jump to content

[SOLVED] Host does not support ZipArchive class


hernejj

Recommended Posts

The web host that I am forced to deploy my newly written PHP application on unfortunately does not support the ZipArvhive class.  Since my code uses this class, is there any way I can simply find and include a copy of it with my source? 

 

I assume the source is just in some .php file and if I can find it I can just include it with my app and place a require statement at the top of the script that uses ZipArchive.  Only problem is... I can't seem to find a source file with this class in it...

 

Is this as simple as I think it should be?  Has anyone run into this type of problem before?  :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.