zip and mac safari

Hi,

does anyone know how to use a php script to zip a folder (with a
subfolder) so that safari can open it and not decompresses forever?

Thanks, Martin


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mreuter [ Fr, 08 Oktober 2010 03:30 ] [ ID #2048978 ]

Re: zip and mac safari

M. Reuter wrote:
> Hi,
>
> does anyone know how to use a php script to zip a folder (with a
> subfolder) so that safari can open it and not decompresses forever?

if it works in other browsers, and not in safari, then it's either a big
in safari, in which case report it with an offending zip file - or it's
a big in PHP / your zipping process which is handled gracefully by other
browsers but not by safari, in which case report it too.

Best,

Nathan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nathan Rixham [ Fr, 08 Oktober 2010 17:09 ] [ ID #2048996 ]

Re: Re: zip and mac safari

I don't have any problem in this regard.

On Oct 8, 2010, at 11:09 AM, Nathan Rixham wrote:

> M. Reuter wrote:
>> Hi,
>> does anyone know how to use a php script to zip a folder (with a
>> subfolder) so that safari can open it and not decompresses forever?
>
> if it works in other browsers, and not in safari, then it's either a =
big in safari, in which case report it with an offending zip file - or =
it's a big in PHP / your zipping process which is handled gracefully by =
other browsers but not by safari, in which case report it too.
>
> Best,
>
> Nathan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
TR Shaw [ Fr, 08 Oktober 2010 23:18 ] [ ID #2049021 ]
PHP » gmane.comp.php.general » zip and mac safari

Vorheriges Thema: [IDEA] date_moonrise, date_moonset, and date_moon_info for calculatingmoonrise and moonset
Nächstes Thema: Casting from parent class to child