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

Bug #12120 Missing zip extension dependency
Submitted: 2007-09-26 09:57 UTC
From: kitnicmar Assigned: dufuz
Status: Closed Package: OpenDocument (version 0.1.2)
PHP Version: 5.2.0 OS: linux
Roadmaps: 0.2.0    
Subscription  


 [2007-09-26 09:57 UTC] kitnicmar (Mario Enderlin)
Description: ------------ I tried to open read.php in the "OpenDocument-0.1.2" package It results in a fatal error (see below) Actual result: -------------- Fatal error: Class 'ZipArchive' not found in ..../OpenDocument/ZipWrapper.php on line 6

Comments

 [2007-09-26 19:35 UTC] berdir (Sascha Grossenbacher)
Try to install the zip extension, see http://ch2.php.net/zip @maintainer :) It seems to me, that the dependency on this extension should be declared in the package, so that it warns about this while installing OpenDocument. Same for Bug http://pear.php.net/bugs/bug.php?id=12106, minimal php version should be 5.0
 [2008-07-22 22:51 UTC] dufuz (Helgi Þormar Þorbjörnsson)
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.