|
Posted by -Lost on 08/22/06 12:19
"Pankaj" <panahuja@gmail.com> wrote in message
news:1156247430.001705.313320@i3g2000cwc.googlegroups.com...
> I have a working code on a site. The code tries to read from a zip file
> and displays the images. When I copied the same code to another server,
> it does not read the zip files. Probably the PECL extensions are not
> installed (though I am not sure).
>
> 1. How can I check if the extensions are installed ?
> 2. If the extensions are not installed, how do I install them ? (I have
> admin rights on the server)
>
> Thanks
> Pankaj Ahuja
It might help to see the code, to know what exactly is working and not, but I will play
the gopher.
1) Try a phpinfo on the server it works on. See any ZIP-related entries?
2) I am guessing you are using the read-only ZIP functions which are provided by:
http://pecl.php.net/package/zip
....which is clearly stated in the manual under ZIP functions.
Any luck so far?
For the record, "pecl" is not a very intuitive or descriptive subject line considering you
need "ZIP functions not working on other server" or some such whatnot.
-Lost
Navigation:
[Reply to this message]
|