Welcome Guest, Not a member yet? Register   Sign In
Performance issue of Zip Class
#8

[eluser]stanleyxu[/eluser]
[quote author="mahuti" date="1202595836"]Your URL seems to be down. Bummer.[/quote]
Sorry, the server is unstable.


[quote author="Wilker" date="1202602119"]I'm sorry if I wrong... but... you leave this line commented:

$gzdata = gzcompress($data);

and this line is responsible to compress data... this way the data is zipping without compression... or no?[/quote]

It works, I just combined two lines as one
Code:
// ORIGINAL
$gzdata = gzcompress($data);
$gzdata = substr($gzdata), 2, -4);
// NEW
$gzdata = substr(gzcompress($data), 2, -4);


Messages In This Thread
Performance issue of Zip Class - by El Forum - 02-08-2008, 08:05 AM
Performance issue of Zip Class - by El Forum - 02-08-2008, 09:57 AM
Performance issue of Zip Class - by El Forum - 02-08-2008, 08:31 PM
Performance issue of Zip Class - by El Forum - 02-09-2008, 02:58 AM
Performance issue of Zip Class - by El Forum - 02-09-2008, 10:23 AM
Performance issue of Zip Class - by El Forum - 02-09-2008, 12:08 PM
Performance issue of Zip Class - by El Forum - 02-09-2008, 02:55 PM
Performance issue of Zip Class - by El Forum - 02-09-2008, 03:02 PM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:15 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:21 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:54 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:58 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:06 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:10 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:23 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:25 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:26 AM
Performance issue of Zip Class - by El Forum - 03-30-2008, 12:47 PM
Performance issue of Zip Class - by El Forum - 07-13-2009, 10:11 AM
Performance issue of Zip Class - by El Forum - 07-13-2009, 02:44 PM
Performance issue of Zip Class - by El Forum - 12-15-2013, 09:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB