homebrew-php icon indicating copy to clipboard operation
homebrew-php copied to clipboard

brewtap for valet plus

Results 16 homebrew-php issues
Sort by recently updated
recently updated
newest added

That says everything: > brew install [email protected] --build-from-source > Error: [email protected]: Calling plist_options is disabled! Use service.require_root instead. > Please report this issue to the henkrehorst/php tap (not Homebrew/brew or...

Error: [email protected]: Calling plist_options is disabled! Use service.require_root instead. Please report this issue to the henkrehorst/php tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it:...

Calling plist_options is deprecated. Using service.require_root instead.

Calling plist_options is deprecated. Using service.require_root instead.

I am not able to install PHP7.4 in Ubuntu 20.04. I have followed the below steps, `brew tap henkrehorst/php` `brew install [email protected] --build-from-source` And the Output is, > ==> Fetching...

I am running on M1 Mac on Monterey. I've tried a few different ways of installing valet-php brew install [email protected] brew install [email protected] And with the --build-from-source option as well....

When I try: `brew install [email protected]` I get this error: ``` Error: [email protected]: Failed to download resource "[email protected]" Download failed: https://dl.bintray.com/henkrehorst/valet-php/valet-php%408.1-8.1.2.sierra.bottle.tar.gz ``` As I can see in the README.md is...

Fix the installation of older versions of PHP due to the update of ICU 70 Fixed issues: https://github.com/henkrehorst/homebrew-php/issues/158 More info: https://github.com/php/php-src/pull/7596 Thanks [@nickolasburr](https://github.com/nickolasburr) for the hint!

- Changed install source to fix MacOS intl install compilation errors (thanks [shivammathur/homebrew-php](https://github.com/shivammathur/homebrew-php)) I was having issues installing [email protected] on MacOS. This PR is more a RFC on whether it...