Installing PHP 8 using Homebrew issue #241
-
Hello, I wrote this on the Discourse version, but I wanted to see if I can get replies here too. Anyways, I know that PHP 8 just came out a few weeks ago, but I'm having problems installing it. I used to use Liip's PHP but am forced to run PHP via Homebrew since Liip deprecated their PHP binary files. I'm able to install PHP 8 CLI using Homebrew, but when trying to load the PHP module for Apache, I keep getting this error.
I know it has to do something with the cURL extension not being enabled. But I can't seem to figure out how to do this. Do I have to reinstall cURL as a whole? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Are you using the system Apache httpd? As far as I know, Homebrew PHP only supports Homebrew httpd. |
Beta Was this translation helpful? Give feedback.
-
Please include exact reproduction steps. It's very hard for other people to help you if they don't know how to reproduce your error. |
Beta Was this translation helpful? Give feedback.
Are you using the system Apache httpd? As far as I know, Homebrew PHP only supports Homebrew httpd.