Changeset 1904 for trunk/system/libraries/drivers/Archive/Zip.php
- Timestamp:
- 02/02/2008 10:14:25 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Archive/Zip.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Archive/Zip.php
r1872 r1904 127 127 "\x00\x00". // Compression method 128 128 pack('V', $timestamp). // Last mod time and date 129 pack('V', 0).// CRC32129 pack('V', crc32($name)). // CRC32 130 130 pack('V', 0). // Compressed filesize 131 131 pack('V', 0). // Uncompressed filesize
