Skip to content
Snippets Groups Projects
Commit 86bfc74a authored by Stanley Cheung's avatar Stanley Cheung
Browse files

php: update text to reflect beta

parent e9cfa318
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ This directory contains source code for PHP implementation of gRPC layered on sh ...@@ -5,7 +5,7 @@ This directory contains source code for PHP implementation of gRPC layered on sh
#Status #Status
Alpha : Ready for early adopters Beta
## Environment ## Environment
...@@ -49,7 +49,7 @@ sudo apt-get install libgrpc-dev ...@@ -49,7 +49,7 @@ sudo apt-get install libgrpc-dev
Install the gRPC PHP extension Install the gRPC PHP extension
```sh ```sh
sudo pecl install grpc-alpha sudo pecl install grpc-beta
``` ```
**Mac OS X:** **Mac OS X:**
...@@ -96,7 +96,7 @@ $ sudo make install # 'make' should have been run by core grpc ...@@ -96,7 +96,7 @@ $ sudo make install # 'make' should have been run by core grpc
Install the gRPC PHP extension Install the gRPC PHP extension
```sh ```sh
$ sudo pecl install grpc-alpha $ sudo pecl install grpc-beta
``` ```
OR OR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment