Does php have support to unzip windows zip files on linux? I know it has gz functionality but I need to unzip a windows zip file.
Thanks.
Hello
Just use unzip your_file_name in linux and it will work.
This is a good way to transfere files with long name from windows to linux.
OOzy
ACtually I was looking for a way integrated into php like the gzip functions are.
I would prefer to not make system calls if possible.