Changeset 1904

Show
Ignore:
Timestamp:
02/02/2008 10:14:25 PM (10 months ago)
Author:
Shadowhand
Message:

HOORAY! I think the Zip driver issues have finally been resolved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Archive/Zip.php

    r1872 r1904  
    127127                        "\x00\x00".               // Compression method 
    128128                        pack('V', $timestamp).    // Last mod time and date 
    129                         pack('V', 0).             // CRC32 
     129                        pack('V', crc32($name)).  // CRC32 
    130130                        pack('V', 0).             // Compressed filesize 
    131131                        pack('V', 0).             // Uncompressed filesize