Stanley Cheung
44b113b3c1
PHP: stop reading composer.json file just to read the version string ( #26156 )
...
* PHP: remove reading from composer.json just for the version string
* Be extra defensive
4 years ago
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
4 years ago
Stanley Cheung
c0a78774f8
PHP: allow xDS interop client to start RPCs asynchronously ( #25696 )
...
* PHP: allow xDS interop client to start RPCs asynchronously
* Address review comments
* Remove adhoc test config
4 years ago
Stanley Cheung
82625840bc
PHP: remove experimental from Interceptor API ( #25788 )
4 years ago
Hannah Shi
d098697659
PHP: php server commit 3/n, add ServerContext and MethodDescriptor ( #25399 )
...
* add ServerContext and MethodDescriptor
* re-run generate_projects.sh
4 years ago
Hannah Shi
061fcbb214
PHP: php server commit 2/n, add Server Call ( #25397 )
...
* php server commit 2, server call
* re-run generate_projects.sh
* temp solution to avoid using autoload
* remove type-hint of
4 years ago
root
bd48e43fc8
php server commit 1, status
4 years ago
root
cb2e78c59e
fix phpunit 8 warnings
4 years ago
jeffreyqw
5e5080e1da
remove extra if clause
5 years ago
Stanley Cheung
3614b0088c
PHP xDS Interop test client
5 years ago
jeffreyqw
3a598311af
remove 'method_exists' clause
5 years ago
jeffreyqw
35993468cd
PHP: AbstractCall removedecode method
...
remove method_exists($data, 'encode')) and method_exists($obj, $deserializeFunc)
5 years ago
Stanley Cheung
26578836f2
PHP: Fix logic setting roots pem
5 years ago
Stanley Cheung
7123a41cb1
PHP: Fix logic setting roots pem
5 years ago
Hannah Shi
c75febf906
del unneed func
5 years ago
Hannah Shi
2537632d8c
add invalidateDefaultRootsPem
5 years ago
Hannah Shi
337f0c5b15
indentation
6 years ago
Hannah Shi
35c6369daa
init ssl roots only once
6 years ago
tanjunchen
64cdea5a07
fix some spelling mistakes in document
6 years ago
Jan Tattermusch
3b742f1fab
remove port suffix from JWT audience
6 years ago
Jan Tattermusch
e8cb29dd1e
allow dots in metadata keys
6 years ago
Jan Tattermusch
15cae38cbd
remove port suffix from JWT audience
6 years ago
Brent Shaffer
ad371f802d
fixes subpackage issue with loading composer
7 years ago
ZhouyihaiDing
a7e282eecb
PHP: add call invoker
7 years ago
ZhouyihaiDing
d6b483b6f0
PHP: add deserialze as the argument for the interceptor
7 years ago
Jeff Ching
6d96a9a612
Provide hostname to getDefaultChannel
7 years ago
Jeff Ching
31676f36b1
Surface a static method to fetch the default Channel that a BaseStub would create
7 years ago
ZhouyihaiDing
251a573765
php InterceptorChannel inherits from Channel
7 years ago
ZhouyihaiDing
3c047a2cd5
PHP: fix InterceptorChannel not autoload by composer
7 years ago
ZhouyihaiDing
52b95cf1fb
gRPC PHP Client Interceptor implementation and tests
...
move InterceptorChannel to Internal subdir; change year
7 years ago
Chad Kunde
1ac45e116e
Removed opts checks in BaseStub when the elements aren't not used.
7 years ago
Guilherme Oliveira
83a2cc0c44
php return the right classes
8 years ago
Stanley Cheung
abbeefa8a4
PHP: backport master features into v1.6.x branch
8 years ago
Michael Bausor
ff1e926421
Remove assignment
8 years ago
Michael Bausor
8a61db3c37
Remove metadata set
8 years ago
Michael Bausor
81fd629092
Move OP_RECV_INITIAL_METADATA out of start() methods
...
Moves the OP_RECV_INITIAL_METADATA out of the start() methods for
UnaryCall and ServerStreamingCall, and adds a check so that the
getMetadata methods for those objects will always contain the
metadata.
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Rajendra Talekar
9b3a6cc3d2
Fixing is_a check for Channel
...
php ```is_a``` function expects fully qualified class name to validate.
8 years ago
thinkerou
34d21ceadc
fix php style
8 years ago
Stanley Cheung
55bff48335
PHP: proto3 API change
8 years ago
thinkerou
8772a366ba
update method prop visibility
8 years ago
thinkerou
16713db012
fix code style
8 years ago
Stanley Cheung
122c687d61
Fix various PHP bugs
8 years ago
thinkerou
0c3e8dbc68
fix code style
8 years ago
thinkerou
9a669b64a2
update php style
9 years ago
Stanislav Pavlovichev
4407a948b1
phpdoc types
9 years ago
Stanley Cheung
881f4ff672
PHP Proto3: new serialization/deserialization for messages
9 years ago
thinkerou
9392b04517
fix php code style
9 years ago
Stanley Cheung
cde12a523a
php: use ssl hostname_override as auth audience uri if present
9 years ago