Todat PHPZiplib reached version 0.4. Changes in this release are added BZip2 compression and decompresion method. Note that by compressing with BZ2 only users of WinZip 9.0 and my ziplib can read the file, Winrar, UnZip 5.5.0 and the built in support for compressed files in WinXP cannot read the files in an archive compressed with BZ2.
Also, I made a small function to read dostime, so when reading a file, you know the date and time.
This function has been written on a little-endian machine, but I am unable to test it on a big-endian machine. That's where I need testers for. If anyone has a mac or other big-endian machine left, and feels like helping me, i'll be really grateful :). Possible pitfalls might be the decompression of files created on a big-endian machines and returning an incorrect time when 'decoding' the dostime.
For the rest, enjoy this release :)