Skip to content

Commit

Permalink
Merge github.com:grpc/grpc into delayed-write
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jul 14, 2016
2 parents 706f5bb + 3fb819f commit 4723576
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ INSTALL
- Install the gRPC PHP extension

```sh
$ [sudo] pecl install grpc-beta
$ [sudo] pecl install grpc
```

- Clone this repository
Expand Down
18 changes: 10 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
<date>2016-06-30</date>
<date>2016-07-13</date>
<time>16:06:07</time>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
<contents>
Expand Down Expand Up @@ -1086,16 +1087,17 @@ Update to wrap gRPC C Core version 0.10.0
</release>
<release>
<version>
<release>0.15.1</release>
<api>0.15.1</api>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-06-30</date>
<date>2016-07-13</date>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
</release>
Expand Down
6 changes: 3 additions & 3 deletions src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains source code for PHP implementation of gRPC layered on sh

#Status

Beta
GA

## Environment

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"version": "1.0.0",
"repositories": [
{
"type": "vcs",
Expand Down
18 changes: 10 additions & 8 deletions templates/package.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
<date>2016-06-30</date>
<date>2016-07-13</date>
<time>16:06:07</time>
<version>
<release>${settings.php_version.php()}</release>
<api>${settings.php_version.php()}</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
<contents>
Expand Down Expand Up @@ -205,16 +206,17 @@
</release>
<release>
<version>
<release>0.15.1</release>
<api>0.15.1</api>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-06-30</date>
<date>2016-07-13</date>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
</release>
Expand Down

0 comments on commit 4723576

Please sign in to comment.