Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.2

Bug #7871 Packing with 'no_compression' works incorrectly
Submitted: 2006-06-12 12:14 UTC
From: pussygrinder at mail dot ru Assigned:
Status: Suspended Package: Archive_Zip (version 0.1.1)
PHP Version: 5.0.5 OS: WinXP
Roadmaps: (Not assigned)    
Subscription  


 [2006-06-12 12:14 UTC] pussygrinder at mail dot ru (Kotusev Svyatoslav)
Description: ------------ Archives become corrupted when use packing with 'no_comopresson' option set to 'true'. I solved the promlem by changing $p_header['compression'] = 8; to $p_header['compression'] = ($p_params['no_compression'] ? 0 : 8); in 'zip.php' file on line 1429.

Comments

 [2006-10-01 19:30 UTC] arnaud (Arnaud Limbourg)
Until the package gets a new maintainer.