[wp-trac] [WordPress Trac] #11316: Deflate decompression error with PHP 5.3.0 and IIS 7
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 3 21:42:01 UTC 2009
#11316: Deflate decompression error with PHP 5.3.0 and IIS 7
--------------------------+-------------------------------------------------
Reporter: amattie | Owner: dd32
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: HTTP | Version: 2.9
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by dd32):
Do you have any public facing URL's which i can test against?
Compatible_gzinflate() is required due to every single implementation of
deflate in most webservers differ in the leading data.
It might be a viable option to simple add this to the top of the inflate
function: Ie. try it before reverting to the rest.. Even though the
function does check straight up if theres a proper prefix in the file..
{{{
if ( false !== ($data = @gzdeflate($in_data)))
return $data;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11316#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list