tomfl
tomfl

Reputation: 707

How to install the zip extension on MacOS when PHP is already installed?

I have PHP 7.1.12 installed on my Mac. I need to install Prestashop but it requires the Zip extension. Is it possible to install the Zip extension for PHP without completely reinstalling PHP (and recompiling it) ?

Thanks.

Upvotes: 1

Views: 1932

Answers (1)

JerseyOutWest
JerseyOutWest

Reputation: 21

Install macports then run:

sudo port install php71-zip

Upvotes: 2

Related Questions