trying to work out how to install zipArchive extension with MAMP, but not having much luck

any know how to do this? I have no idea

link|improve this question

76% accept rate
feedback

3 Answers

First three Google results indicate that MAMP comes compiled without ZIP extension:

link|improve this answer
feedback

Mamp is a product that wraps PHP / MySQL etc within one easy package for the mac, and has nothing to do with the extension

the extension runs within PHP, so your questions should be how should i use the zipArchive with PHP

the answer to that questions is read the documentation:

http://php.net/manual/en/class.ziparchive.php

To install an extension is very straight forward, just drop the extension within the extensions folder and then restart PHP.

link|improve this answer
feedback
up vote 0 down vote accepted

Answering my own question for completeness.

JUST UPGRADE MAMP!!!

Sorry for shouting ;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.