iguana5 Posted December 7, 2007 Share Posted December 7, 2007 When I use new ZipArchive() the script stop running. I work with Linux, PHP Version 5.1.6 In php.ini: ZLib Support - enabled Stream Wrapper support - compress.zlib:// Stream Filter support - zlib.inflate, zlib.deflate Compiled Version - 1.2.1.2 Linked Version - 1.2.1.2 Quote Link to comment Share on other sites More sharing options...
jambroo Posted December 7, 2007 Share Posted December 7, 2007 Hello, There is a PECL class for zipping stuff up you may look at. I had a similar issue where i needed to zip something and i just used command-line calls to generate a zip temporarily and output it to the user. -Jamie Quote Link to comment Share on other sites More sharing options...
iguana5 Posted December 7, 2007 Author Share Posted December 7, 2007 There is a PECL class for zipping stuff up you may look at. How I install PECL ? Thanks Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted December 7, 2007 Share Posted December 7, 2007 You need PHP 5.2.0 or later. Upgrade to the latest version. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.