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

Request #5566 Patch to support reading JAR archives
Submitted: 2005-09-29 22:52 UTC
From: turadg Assigned: cbrunet
Status: Closed Package: File_Archive
PHP Version: 4.3.11 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 18 - 5 = ?

 
 [2005-09-29 22:52 UTC] turadg
Description: ------------ A JAR archive is the same format as a ZIP archive, plus some standard entries like MANIFEST.MF. I need File_Archive to read JAR archives so I patched it to treat JAR as ZIP when reading. It is a simple change that I hope makes it into the next release. [user@host File]# diff Archive.php Archive.php-withjar 617a618 > $extension == 'jar' || 669a671 > case 'jar':

Comments

 [2008-05-28 15:57 UTC] cbrunet (Charles Brunet)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.