I updated my PHP version to 7.2 via homebrew and now any laravel,php, and composer command brings this error. I’ve googled the error though no luck! What do I need to install? Why has this now became an error? libldap-2.4.2.dylib Answer I fixed it – I ran…. Then after words a similar error came up that libiconv was not loaded
Tag: homebrew
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. I see on homebrew/php page that this “tap” is deprecated and for now only PHP engine are migrated on php@5.6
where is php-fpm getting its config values on osx
I’m trying to php-fpm on my osx by running: and I get this error: i don’t have that file nor can I create it – even when using sudo: so my next big move is to find where exactly is this log file directory setup in php-fpm configuration (so that i can decide where the log file should go).. there
Unable to install PHP 7 with Homebrew on macOS Sierra
I’m trying to setup Laravel’s Valet which, as a dependency, requires PHP 7. When I try to install PHP 7 with Homebrew I get the following error: Configuring SAPI modules checking for Apache 2.0 …
Stopping “php-fpm” ( homebrew installation ) Mac OSX 10.8.2
I have managed to successfully install PHP-FPM using homebrew. I have even configured my nginx.conf to work. However, whenever I do in the terminal: $: php-fpm I get the error : [24-Jul-2013 19:…