Merge pull request #20387 from jeffreyqw/update-php-readme

PHP: update readme, brew install grpc extension no longer supported
pull/20415/head
Stanley Cheung 5 years ago committed by GitHub
commit 66c372b8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/php/README.md

@ -43,7 +43,6 @@ $ sudo yum install php56w php56w-devel php-pear phpunit gcc zlib-devel
**Install PHP and PECL on Mac:**
```sh
$ brew install homebrew/php/php56-grpc
$ curl -O http://pear.php.net/go-pear.phar
$ sudo php -d detect_unicode=0 go-pear.phar
```

Loading…
Cancel
Save