hernejj Posted April 18, 2008 Share Posted April 18, 2008 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? Link to comment https://forums.phpfreaks.com/topic/101638-solved-host-does-not-support-ziparchive-class/ Share on other sites More sharing options...
hernejj Posted April 18, 2008 Author Share Posted April 18, 2008 OK, I *was* able to find it.. it appears as though it is implemented in C in the php source. I guess the next route is to modify my code to use a different zip library.. maybe one written in PHP.. Link to comment https://forums.phpfreaks.com/topic/101638-solved-host-does-not-support-ziparchive-class/#findComment-520042 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.