root
cb2e78c59e
fix phpunit 8 warnings
2021-01-13 16:01:33 +00:00
Stanley Cheung
7123a41cb1
PHP: Fix logic setting roots pem
2020-01-13 22:25:38 -08:00
Hannah Shi
c75febf906
del unneed func
2019-11-21 03:52:09 +00:00
Hannah Shi
2537632d8c
add invalidateDefaultRootsPem
2019-11-20 16:35:35 +00:00
Hannah Shi
337f0c5b15
indentation
2019-11-08 16:52:13 +00:00
Hannah Shi
35c6369daa
init ssl roots only once
2019-11-01 21:10:11 +00:00
Stanley Cheung
c63b8e16a8
Merge pull request #19232 from jtattermusch/php_dots_in_metadata_keys
...
PHP: Allow dots in metadata keys
2019-06-06 15:24:09 -07:00
Jan Tattermusch
e8cb29dd1e
allow dots in metadata keys
2019-06-04 11:45:39 -04:00
Jan Tattermusch
15cae38cbd
remove port suffix from JWT audience
2019-06-04 11:32:45 -04:00
Brent Shaffer
ad371f802d
fixes subpackage issue with loading composer
2018-07-19 16:52:46 -07:00
ZhouyihaiDing
a7e282eecb
PHP: add call invoker
2018-06-26 15:18:26 -07:00
ZhouyihaiDing
d6b483b6f0
PHP: add deserialze as the argument for the interceptor
2018-06-20 16:42:55 -07:00
Jeff Ching
6d96a9a612
Provide hostname to getDefaultChannel
2018-05-16 17:06:48 -07:00
Jeff Ching
31676f36b1
Surface a static method to fetch the default Channel that a BaseStub would create
2018-05-16 16:45:20 -07:00
ZhouyihaiDing
3c047a2cd5
PHP: fix InterceptorChannel not autoload by composer
2018-05-15 19:08:30 -07:00
ZhouyihaiDing
52b95cf1fb
gRPC PHP Client Interceptor implementation and tests
...
move InterceptorChannel to Internal subdir; change year
2018-05-07 14:06:30 -07:00
Chad Kunde
1ac45e116e
Removed opts checks in BaseStub when the elements aren't not used.
2018-01-30 11:09:19 +08:00
Guilherme Oliveira
83a2cc0c44
php return the right classes
2017-10-09 11:53:27 +02:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
Rajendra Talekar
9b3a6cc3d2
Fixing is_a check for Channel
...
php ```is_a``` function expects fully qualified class name to validate.
2017-04-10 15:07:02 +05:30
thinkerou
8772a366ba
update method prop visibility
2017-01-20 18:24:20 +08:00
Stanley Cheung
122c687d61
Fix various PHP bugs
2017-01-11 19:36:32 -08:00
thinkerou
0c3e8dbc68
fix code style
2016-12-15 00:27:03 +08:00
thinkerou
9a669b64a2
update php style
2016-11-01 21:33:06 +08:00
Stanislav Pavlovichev
4407a948b1
phpdoc types
2016-10-28 12:15:53 +07:00
thinkerou
9392b04517
fix php code style
2016-09-09 17:44:09 +08:00
Stanley Cheung
cde12a523a
php: use ssl hostname_override as auth audience uri if present
2016-09-06 11:49:41 -07:00
thinkerou
a3730b75f8
support php7 by marco
2016-07-20 17:03:33 +08:00
thinkerou
f3bc3b62a7
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
2016-06-17 09:41:04 +08:00
Stanley Cheung
e05d31962d
php: add channel argument to BaseStub constructor
2016-06-13 09:38:14 -07:00
Stanley Cheung
6bd3180dfd
php: make channel
...
credentials createInsecure explicit
2015-12-16 12:58:19 -08:00
Stanley Cheung
3580580367
php: metadata plugin based auth API
2015-12-10 11:42:55 -08:00
Parker Moore
513a68816a
php: remove callable type hint from BaseStub->_simpleRequest()
...
The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated.
See https://bugs.php.net/bug.php?id=61467&edit=1 for more info.
2015-12-01 16:59:49 -08:00
Stanley Cheung
3baf76718e
php: append application user agent string at the beginning
2015-11-08 18:16:58 -08:00
Stanley Cheung
d5b20566f2
php: ran php-cs-fixer to comply with php coding standard
2015-10-27 13:27:05 -07:00
Stanley Cheung
a5fd9d1455
php: fix inconsistent array notation
2015-10-27 08:59:31 -07:00
Stanley Cheung
75457ff7e1
php: add more unit test for code coverage analysis
2015-10-20 16:27:55 -07:00
Anthony Yeh
04e1eb8423
PHP: Fix property reference in BaseStub::close()
2015-10-15 14:57:57 -07:00
Stanley Cheung
f438ee17b0
fixed comment
2015-10-12 10:12:37 -07:00
Stanley Cheung
b0cd08acab
php: validate and normalize metadata keys
2015-10-09 16:58:41 -07:00
Stanley Cheung
3ab8e79b01
php: support per message compression disable
2015-09-02 13:34:40 -07:00
Stanley Cheung
fea1f68f7e
php: fixed constant typo
2015-08-17 14:20:22 -07:00
Stanley Cheung
1567c0c9a6
php: connectivity state review feedback
2015-08-13 11:12:54 -07:00
Stanley Cheung
04b7a41d18
php: add watchForReady method
2015-08-13 10:48:32 -07:00
Stanley Cheung
e63354a6e7
php: wrap getConnectivityState API
2015-08-13 10:48:32 -07:00
Stanley Cheung
db98e08570
Exposed channel target and call peer in PHP
2015-07-27 10:22:33 -07:00
Stanley Cheung
a75098d0af
add user-agent for php
2015-07-24 09:04:08 -07:00
Stanley Cheung
cc019af9cc
add PHP timeout interop test
2015-06-15 17:22:39 -07:00
Stanley Cheung
358b716340
add comment
2015-05-12 22:54:13 -07:00
Stanley Cheung
f4206872bb
PHP: add support to pass JWT auth uri to auth library
2015-05-12 22:54:13 -07:00