Hi All
How can I read a complex zip file in PHP? I have read the manual and the functions are straight forward but I cannot find the zlib.so library. I have even compiled zlib on my machine as a shared library but it creates a "libz.so" instead of "zlib.so". I am not sure if this is significant but it still doesn't work.
In addition I tried compiling PHP with --with-zip as suggested in the manual. The ./configure complains about not finding libzzip. This is confusing as the manual says it uses zziplib.
Any ideas?
Any help greatly appreciated.
Regards,
Richard Howes
(Johannesburg, South Africa)
How can I read a complex zip file in PHP? I have read the manual and the functions are straight forward but I cannot find the zlib.so library. I have even compiled zlib on my machine as a shared library but it creates a "libz.so" instead of "zlib.so". I am not sure if this is significant but it still doesn't work.
In addition I tried compiling PHP with --with-zip as suggested in the manual. The ./configure complains about not finding libzzip. This is confusing as the manual says it uses zziplib.
Any ideas?
Any help greatly appreciated.
Regards,
Richard Howes
(Johannesburg, South Africa)