aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-13 08:37:29 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-13 08:37:29 -0700
commit67bccfed99106e474bce80268de79d61e2859758 (patch)
treeaf9625b5429e05f9069078f740c53a4094b40dc8 /src
parent875f633cdac7dc728e4017c87de2461049d004c7 (diff)
php: prepare for GA release
Diffstat (limited to 'src')
-rw-r--r--src/php/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/php/README.md b/src/php/README.md
index 6cc1ba4d46..fba2c0f13b 100644
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -5,7 +5,7 @@ This directory contains source code for PHP implementation of gRPC layered on sh
#Status
-Beta
+GA
## Environment
@@ -43,7 +43,7 @@ $ sudo mv phpunit-old.phar /usr/bin/phpunit
Install the gRPC PHP extension
```sh
-sudo pecl install grpc-beta
+sudo pecl install grpc
```
This will compile and install the gRPC PHP extension into the standard PHP extension directory. You should be able to run the [unit tests](#unit-tests), with the PHP extension installed.
@@ -75,7 +75,7 @@ $ sudo make install
Install the gRPC PHP extension from PECL
```sh
-$ sudo pecl install grpc-beta
+$ sudo pecl install grpc
```
Or, compile from source