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 Link to comment https://forums.phpfreaks.com/topic/80545-new-ziparchive-doesent-work/ 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 Link to comment https://forums.phpfreaks.com/topic/80545-new-ziparchive-doesent-work/#findComment-408400 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 Link to comment https://forums.phpfreaks.com/topic/80545-new-ziparchive-doesent-work/#findComment-408408 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. Link to comment https://forums.phpfreaks.com/topic/80545-new-ziparchive-doesent-work/#findComment-408938 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.