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

Request #11083 Provide a driver based solution to zip archive management
Submitted: 2007-05-20 09:34 UTC
From: doconnor Assigned:
Status: Wont fix Package: Archive_Zip (version 0.1.1)
PHP Version: 5.2.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2007-05-20 09:34 UTC] doconnor (Daniel O'Connor)
Description: ------------ Right now, there's this package, there's a pecl extension, and there's a 'new' zip extension. Each has different APIs, each does pretty much the same thing. It would be good if Archive_Zip could simply load the driver the user wants to do the manipulation needed. This would allow for packages like HTTP_Download to swap to using the latest zip driver bundled with php5.2 if they want.

Comments

 [2007-05-20 09:35 UTC] doconnor (Daniel O'Connor)
Oops, scratch all of that, I can just use File_Archive instead for what I want.
 [2007-05-23 04:24 UTC] philip (Philip Olson)
That would be nice. I recently took over Archive_Zip and plan to integrate the PECL Zip extension for users who have it. And I believe you are comparing the new and old zip apis, both of which are in PECL (together) currently... is that right? At some point (when I get serious) time will be spent comparing File_Archive's Zip features and we'll discuss collaborating the two together. It's a little odd to maintain the two different ways (in PEAR) currently.
 [2008-11-13 09:31 UTC] doconnor (Daniel O'Connor)
Unmaintained atm :)