I've just downloaded PHPExcel package and I tried to import an Excel spreadsheet, but all I get is an error ZipArchive not found
. I work on Windows, but server is on Linux. I checked php.ini
to see if php_zip is disabled, but it wasn't even there.
I tried installing it with PECL: $ pecl install zip
No releases availble for package "pecl.php.net/zip"
Cannot initialize 'channel://pecl.php.net/zip', invalid or missing package file
Package "channel://pecl.php.net/zip" is not valid
install failed
And also pear install zip-1.10.2.tgz
but recieved pretty much the same message.
I don't have root permission to the server, maybe that's the case? Anyways, could you help me with this?