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

Brew install fails #61

Closed
SudoGetBeer opened this issue Apr 18, 2018 · 2 comments
Closed

Brew install fails #61

SudoGetBeer opened this issue Apr 18, 2018 · 2 comments

Comments

@SudoGetBeer
Copy link

Hey,

first of all thanks for creating this package.

But my issue is that I can not install it with brew.

$ brew install php71-meminfo 
Error: No available formula with the name "php71-meminfo" 
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

I alos tried
brew install php72-meminfo
brew install php-meminfo

@nmdimas
Copy link

nmdimas commented May 10, 2018

PHP was migrated to core in new version Brew and php extension were deleted. Now you can install the extension only through PECL. But meminfo does not exist in PECL.

@BitOne
Copy link
Owner

BitOne commented Aug 6, 2018

Thanks @nmdimas , I will update the documentation accordingly.

@SudoGetBeer : you can compile it yourself if needed:
https://github.com/BitOne/php-meminfo#compilation-instructions

@BitOne BitOne closed this as completed in d7ffe3a Aug 8, 2018
BitOne added a commit that referenced this issue Aug 8, 2018
Fixes #61 and gives more information on #63 mem usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants