Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for new PHP packages from Homebrew #42

Merged
merged 5 commits into from
Apr 4, 2018

Conversation

ikari7789
Copy link
Collaborator

Homebrew decided to change the way that they manage PHP. It has some big differences, especially in the package names.

See https://github.com/Homebrew/homebrew-php/issues/4721

ikari7789 and others added 3 commits April 1, 2018 21:38
Homebrew decided to change the way that they manage PHP. It has some big differences, especially in the package names.

See https://github.com/Homebrew/homebrew-php/issues/4721
@ikari7789
Copy link
Collaborator Author

This should probably be released as v2.0.

@philcook
Copy link
Owner

philcook commented Apr 4, 2018

@ikari7789 thanks for your help making brew php switcher better. I am going to merge this now and as suggested release version 2.0

@philcook philcook merged commit 530d5ae into philcook:master Apr 4, 2018
@ikari7789
Copy link
Collaborator Author

Thanks a lot! I have fixes for some other issues cooking as well, but may take me a day or two to find time to clean it up.

@pauliuslukosiunas
Copy link

pauliuslukosiunas commented Apr 4, 2018

Sorry if I will look stupid, but now there is php@7.1.. okei.. but how to install redis, php extension (before it was php71-redis) for this php@7.1 version? And I think that some more extensions was removed with forumulaes also .. :( em.. and php (version 7.2) not suitable for my projects.. :/ also I dont see php-fpm included.. which earlier was like in /usr/local/opt/php71/homebrew.mxcl.php71.plist

@philcook
Copy link
Owner

philcook commented Apr 9, 2018

@pauliuslukosiunas because redis is language agnostic (see https://redis.io/clients) therefore its not tied to php.
To get redis installed I would assume its a simple brew install redis and then link the module in the php.ini
When I say I assume this is because I myself don't use redis so please feel free to try and write back your discoveries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants