I can't find any documentation on how to implement the zziplib in a windows environment. I need to be able to open zip archives and extract pieces of the files. In my implementation I have a windows formated piece of data that is in access of 640M, when this file is zipped it is only 64M. I would like to zip it and store it in a MySQL database, and when data is needed from that record I want to temporarily open the file and pull out data.
How can this be done in windows, or have I just missed something in the php docs.
Thansk!!!