[wp-trac] Re: [WordPress Trac] #8674: Support Compressed streams in
the HTTP API
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 19 04:43:08 GMT 2008
#8674: Support Compressed streams in the HTTP API
-----------------------------+----------------------------------------------
Reporter: jacobsantos | Owner: jacobsantos
Type: feature request | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by DD32):
Ideally PclZip() should be avoided at all costs if there is an alternate
decompression function available, Simply for the fact it does everything
in PHP rather than Compiled C++, and Compression functions are better
optimized in such a language.
See: http://au.php.net/manual/en/function.gzuncompress.php
http://au.php.net/manual/en/function.gzdecode.php
--
Ticket URL: <http://trac.wordpress.org/ticket/8674#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list