Search code examples
phpexceptionphp-ziparchive

Class ZipArchive not found (Where to get the pre-built zip library)


Check these images first: https://i.sstatic.net/XLvJ9.jpg

Where can I get the zip dll. I tried downloading its source code but it requires php.h.

I don't want to mess around with C right now as I have so much in PHP.

Is there anywhere, obviously a trusted source I can get this library?

Notice in my phpinfo() page it only says zlib. and I have php_zip.dll in my ext folder.


Solution

  • I fixed this by just using a pure php library alternative found here: http://www.phpconcept.net/pclzip/pclzip-downloads

    In case anyone ever comes across the same problem. The site has also some nice libraries.