Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
67bccfed
Commit
67bccfed
authored
8 years ago
by
Stanley Cheung
Browse files
Options
Downloads
Patches
Plain Diff
php: prepare for GA release
parent
875f633c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
examples/php/README.md
+1
-1
1 addition, 1 deletion
examples/php/README.md
package.xml
+10
-8
10 additions, 8 deletions
package.xml
src/php/README.md
+3
-3
3 additions, 3 deletions
src/php/README.md
templates/package.xml.template
+10
-8
10 additions, 8 deletions
templates/package.xml.template
with
24 additions
and
20 deletions
examples/php/README.md
+
1
−
1
View file @
67bccfed
...
...
@@ -11,7 +11,7 @@ INSTALL
-
Install the gRPC PHP extension
```
sh
$
[
sudo
]
pecl
install
grpc
-beta
$
[
sudo
]
pecl
install
grpc
```
-
Clone this repository
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
10
−
8
View file @
67bccfed
...
...
@@ -10,18 +10,19 @@
<email>
grpc-packages@google.com
</email>
<active>
yes
</active>
</lead>
<date>
2016-0
6-30
</date>
<date>
2016-0
7-13
</date>
<time>
16:06:07
</time>
<version>
<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>
<license>
BSD
</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
<contents>
...
...
@@ -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-0
6-30
</date>
<date>
2016-0
7-13
</date>
<license>
BSD
</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
</release>
...
...
This diff is collapsed.
Click to expand it.
src/php/README.md
+
3
−
3
View file @
67bccfed
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
templates/package.xml.template
+
10
−
8
View file @
67bccfed
...
...
@@ -12,18 +12,19 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
<date>2016-0
6-30
</date>
<date>2016-0
7-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>
...
...
@@ -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-0
6-30
</date>
<date>2016-0
7-13
</date>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
</notes>
</release>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment