php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #34621 Functions for CREATING zip archives (for OASIS OpenDocument processing)
Submitted: 2005-09-24 02:10 UTC Modified: 2006-04-03 13:21 UTC
From: smc+phpbugs at dogphilosophy dot net Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 5.1.0RC1 OS: Linux (any)
Private report: No CVE-ID: None
 [2005-09-24 02:10 UTC] smc+phpbugs at dogphilosophy dot net
Description:
------------
Although there is a zziplib extension available in PECL, 
this only support extracting FROM archives. 
 
Ability to more fully work with ZIP archives appears to be 
about the only thing missing from PHP to allow ability to 
both extract and parse as well as creating OASIS 
OpenDocument documents (the rest being, as far as I can 
tell, in the existing XML support in PHP and to a certain 
extent image creation and modification support available 
from the GD functions.) 

Reproduce code:
---------------
(N/A - general "feature request" rather than a specific bug.  The idea is that full support for handling zip archives would enable creation of portable classes for handling OASIS OpenDocument formatted information in PHP)

Expected result:
----------------
Steve Ballmer's head will explode 

Actual result:
--------------
(N/A - just a feature request) 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-03 13:21 UTC] tony2001@php.net
Implemented in PECL/zip.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 13:00:03 2025 UTC