Skip to content
Advertisement

Install PHP Extension for PHP 5.6 on OSX with deprecated homebrew/php

today I’ve update Brew and now I can’t install the php56-extensions.

On my Mac is installed “php56” and today I had need to install, “php56-redis”, but when I had try to install this extension, Brew returned the following error message.

JavaScript

I see on homebrew/php page that this “tap” is deprecated and for now only PHP engine are migrated on php@5.6 but the extensions not works.

Advertisement

Answer

First install exolnet/homebrew-deprecated

JavaScript

After it install deprecated package

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement