thinkerou
a3730b75f8
support php7 by marco
9 years ago
thinkerou
f3bc3b62a7
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
9 years ago
Stanley Cheung
e05d31962d
php: add channel argument to BaseStub constructor
9 years ago
Stanley Cheung
6aee7a8c45
php: make channel
...
credentials createInsecure explicit
9 years ago
Stanley Cheung
6bd3180dfd
php: make channel
...
credentials createInsecure explicit
9 years ago
Stanley Cheung
3580580367
php: metadata plugin based auth API
9 years ago
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.
9 years ago
Stanley Cheung
3baf76718e
php: append application user agent string at the beginning
10 years ago
Stanley Cheung
d5b20566f2
php: ran php-cs-fixer to comply with php coding standard
10 years ago
Stanley Cheung
a5fd9d1455
php: fix inconsistent array notation
10 years ago
Stanley Cheung
75457ff7e1
php: add more unit test for code coverage analysis
10 years ago
Anthony Yeh
04e1eb8423
PHP: Fix property reference in BaseStub::close()
10 years ago
Stanley Cheung
f438ee17b0
fixed comment
10 years ago
Stanley Cheung
b0cd08acab
php: validate and normalize metadata keys
10 years ago
Stanley Cheung
3ab8e79b01
php: support per message compression disable
10 years ago
Stanley Cheung
fea1f68f7e
php: fixed constant typo
10 years ago
Stanley Cheung
1567c0c9a6
php: connectivity state review feedback
10 years ago
Stanley Cheung
04b7a41d18
php: add watchForReady method
10 years ago
Stanley Cheung
e63354a6e7
php: wrap getConnectivityState API
10 years ago
Stanley Cheung
db98e08570
Exposed channel target and call peer in PHP
10 years ago
Stanley Cheung
a75098d0af
add user-agent for php
10 years ago
Stanley Cheung
cc019af9cc
add PHP timeout interop test
10 years ago
Stanley Cheung
358b716340
add comment
10 years ago
Stanley Cheung
f4206872bb
PHP: add support to pass JWT auth uri to auth library
10 years ago
Stanley Cheung
2c9c76310e
Support update metadata callback function in php BaseStub
10 years ago
murgatroid99
9ddc3da29f
Removed redundant autoload require lines
10 years ago
murgatroid99
b2a6d01974
Replaced existing autoloader with one generated by composer
10 years ago
murgatroid99
9140a068b5
Replaced existing PHP files with more batch-based implementation
10 years ago
Craig Tiller
2e498aa24d
Add PHP Copyright
10 years ago
murgatroid99
14d2ce27e7
Updated PHP library to handle generated code without explicit references to grpc
10 years ago
murgatroid99
f21eb2573b
Fixed PHP interop tests
10 years ago
mlumish
156e67d417
Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/ .
...
SurfaceActiveCall.php was split into four files. Each file must contain exactly one PHP class because of the following line in the spec:
> The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name.
Other changes were made to correctly import the library using the autoloader.
Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83150065
10 years ago
mlumish
b892a27e67
Added PHP to the global gRPC moe config
...
Change on 2014/12/09 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81727766
10 years ago