Commit Graph

58 Commits

Author SHA1 Message Date
Michael
c4bbaa25f8 Fix Typos In Docs & Code Comments (#37170)
There are several typos in files within the ./examples/* directory, so just a PR to fix them

Closes #37170

PiperOrigin-RevId: 650818587
2024-07-09 18:25:39 -07:00
Stanley Cheung
18af795edf Update min PHP testing version from PHP 7.4 to 8.1 (#35964)
- PHP 7.4 and 8.0 have been EOL https://www.php.net/supported-versions.php
- See go/drop-php-8.0 for more details

Most of the changes came from `generate_projects.sh` after updating the `tools/buildgen/plugins/expand_version.py` file. The change to `tools/internal_ci/helper_scripts/prepare_build_macos_rc` is manual.

Closes #35964

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35964 from stanley-cheung:php-update-to-8_1 0c24c4eac21acae9208473363b1d3f737976ccd3
PiperOrigin-RevId: 609495798
2024-02-22 14:32:42 -08:00
Stanley Cheung
fa42edef83 Update PHP docker images PHP versions (#31779) 2022-12-07 13:20:48 -08:00
Stanley Cheung
f3ef6869d6 PHP: update examples (#28159)
* PHP: update examples

* Fix templates
2021-11-30 16:09:47 -08:00
Hannah Shi
62b65c5a60 deleted require paths, update grpc to v1.39.0 (#26841) 2021-08-06 11:09:57 -07:00
Hannah Shi
6769ce39f4 PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640)
* add RpcServer and generator
add server examples: greeter and route guide

* php server generator xds client

* add generated stub

* fix clang format fail
2021-05-01 01:07:44 -07:00
Patrice Chalin
2c25e5336a README for PHP examples: refer to grpc.io for details (#26060) 2021-04-28 13:20:39 +02:00
Patrice Chalin
5ac3aa789f Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
Stanley Cheung
a7e47b1d0b Add option to pass in custom hostname to helloworld example for PHP/Ruby 2020-05-28 18:19:04 -07:00
Stanley Cheung
f316a02823 Merge pull request #23062 from HannahShiSFB/greeter-client-message
PHP: better error checking in helloworld greeter_client
2020-05-28 13:42:00 -07:00
Hannah Shi
172d98599c check status->code and print error message 2020-05-28 00:41:30 +00:00
jeffreyqw
2378a29de3 Instead of wildcard class
verified, https://grpc.io/docs/tutorials/basic/php/ can be run correctly.
2020-05-20 14:35:37 -07:00
jeffreyqw
3c944f7ae0 add psr-4 autoload
using "Helloworld","GPBMetadata" classes by composer autoload
2020-05-18 19:18:32 -07:00
Jan Tattermusch
21512217f2 get rid of the https://grpc.io/release plague 2020-02-04 15:01:03 +01:00
Stanley Cheung
188fe7ca53 PHP: update readme 2019-12-06 01:34:38 -08:00
Stanley Cheung
220c4de732 PHP: update dockerfiles to add MAKEFLAGS=-j8 2019-10-28 23:43:18 -07:00
Hannah Shi
2e1cfb75a8 change phpunit version from 4.8.36 to 5.7.27 2019-10-11 21:06:40 +00:00
Stanley Cheung
f47d14160a PHP: add various scenarios to test PECL extension 2019-10-01 14:39:48 -07:00
ZhouyihaiDing
5253720853 php example 2017-11-06 21:07:47 +00:00
Mehrdad Afshari
bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00
Mehrdad Afshari
976eb7c4b4 Fetch grpc.io/release over https 2017-07-10 15:07:33 -07:00
Jan Tattermusch
4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch
7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Stanley Cheung
6e589c6a15 PHP: stop requiring google/protobuf PHP implementation 2017-05-16 18:09:36 -07:00
Jan Tattermusch
a22a19fd64 fix markdown 2017-04-18 12:31:49 +02:00
Stanley Cheung
82c6d8d4fd PHP: prepare for 1.2 release 2017-03-01 12:43:25 -08:00
Stanley Cheung
c290c115fa PHP: update examples 2017-01-31 20:29:17 -08:00
Stanley Cheung
619c034fef php: require grpc extension to be installed before composer package 2016-10-06 12:22:02 -07:00
thinkerou
88671a8ae8 update route_guide_db path in php example 2016-09-18 15:31:34 +08:00
Stanley Cheung
463ff57440 Merge pull request #7854 from pythias/patch-2
Remove undefined env
2016-09-01 09:05:23 -07:00
pythias
ed7ee3df9a Remove undefined env 2016-08-24 18:22:47 +08:00
安正超
1f07aa56cb Remove the extra comma 2016-08-24 13:03:02 +08:00
Stanley Cheung
557aa4e695 php: bump version 2016-08-22 08:51:47 -07:00
Stanislav
13fa379693 Update README.md 2016-08-09 16:00:59 +07:00
Stanley Cheung
c5755ad5a9 php: fix composer.json 2016-07-26 17:44:55 -07:00
Stanley Cheung
998b230f4e php: fix interop tests breakage 2016-07-13 20:25:28 -07:00
Stanley Cheung
9055160b07 php: prepare for GA release 2016-07-13 08:41:57 -07:00
kpayson64
2bece9e0e1 Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning
PHP: add warning about shutdown function
2016-07-08 10:13:27 -07:00
Stanley Cheung
c28a6c1b3b Merge pull request #6693 from thinkerou/phpt
Changed the README file of PHP example
2016-07-07 19:59:43 -07:00
Stanley Cheung
692a38f7fa php: update example composer.json 2016-07-07 17:03:16 -07:00
David Garcia Quintas
4281272389 Updated git clone URL 2016-06-29 17:39:07 -07:00
thinkerou
814b80e8e9 change README for node dir changed 2016-06-17 23:17:28 +08:00
Stanley Cheung
803c7ff973 php: one little thing missed 2016-05-19 16:51:49 -07:00
Stanley Cheung
46d94bb4aa php: fix examples/ directory as well 2016-05-19 16:47:52 -07:00
Craig Tiller
6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Jan Tattermusch
fca9464d8c Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor
PHP: fix examples ClientStub constructor
2016-03-14 08:59:28 -07:00
Stanley Cheung
7fc1208a5c still need this block for the example composer.json file 2016-03-10 16:58:45 -08:00
Stanley Cheung
d26753e414 update PHP composer.json files 2016-03-10 16:58:45 -08:00
Stanley Cheung
40202158fd fix copyright 2016-03-10 16:58:34 -08:00
Stanley Cheung
7212f16700 php: fix examples ClientStub constructor 2016-03-10 16:58:34 -08:00