![]() |
|
ZIP Support - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: ZIP Support (/thread-218.html) |
ZIP Support - meep - 2006-01-12 Can someone please tell me exactly how to determine whether ZIP support is enabled in PHP config? ZIP Support - trisweb - 2006-01-12 Mine looks like this, pretty far down the page. [b]zip[/b] ZIP Support - meep - 2006-01-12 Thank you for the fast response. ZIP Support - Chilifrei64 - 2006-01-12 2 places to look in the php config file there should be a line like this or create a php file called phpinfo.php put this in it browse to http://host.com/phpinfo.php. it should be under zip and it should say enabled or disabled and as far as zip goes.. mine doesnt work either. it is enabled using the latest zip php extension but no beans...(IIS) I am about to install it on my other webhost which is linux and ill see how/if it works there. ZIP Support - meep - 2006-01-13 It was the php config. They said there was something wrong afterall, and re-compiled zip support into the php config (or whatever). zip bit that was mentioned earlier. So, I learned that bzip doesn't necessary mean zip support. And, I tested the upload with zip, and it worked! |