Which PHP Libraries are included in the php install in brew and how do I install other libraries? #5580
Unanswered
TheOnePossum
asked this question in
Getting started
Replies: 2 comments 1 reply
-
You can run |
Beta Was this translation helpful? Give feedback.
1 reply
-
For anyone having the same question: The default php installation includes all modules but apcu. Apcu however is only recommended with Mediawiki so there is that. Edit: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I want to use Brew to turn a Mac mini into a Webserver to host vBulletin and Mediawiki. These two require a bunch of PHP libraries, to be specific:
How can I check wether these are installed with php https://formulae.brew.sh/formula/php#default and add them if they aren't ?
Beta Was this translation helpful? Give feedback.
All reactions