Comments on Streaming ZIP files in PHP

  1. No Subject

    Hi Peter, can you help me? I think this is the line:
    array('v', (6 << 8) + 3), # version needed to extract
    What I need to change?
    Thank and sorry about my newbie question.

  2. That's it

    Jose,

    That's the spot. You just need to change the value of that flag to 0x000A, so:
    array('v', 0x000A)
    That should do the trick.

  3. Great fix

    Thanks for this one Peter!

Add your comments #

A comment body is required. No HTML code allowed. URLs starting with http:// or ftp:// will be automatically converted to hyperlinks.