Stanley Cheung
6481d04ae6
Add comments
8 years ago
Stanley Cheung
1a3f4a55c2
PHP: make tests runnable on both protobuf 3.1 and 3.2
8 years ago
Stanley Cheung
39b2e5bec6
PHP Proto3: update tests and README
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Stanley Cheung
708ff9d66d
fix php copyright
9 years ago
Stanley Cheung
76e9ad416e
php: add unit test to bring coverage back up above 95%
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
Stanley Cheung
d5b20566f2
php: ran php-cs-fixer to comply with php coding standard
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
b0cd08acab
php: validate and normalize metadata keys
10 years ago
Stanley Cheung
5331776c17
php: clean up api around flags
10 years ago
Stanley Cheung
3ab8e79b01
php: support per message compression disable
10 years ago
Stanley Cheung
69e9747eb9
php: fix interop stub construction after codegen fix
10 years ago
Stanley Cheung
4c0fcda20c
php: add tests for waitForReady
10 years ago
Stanley Cheung
db98e08570
Exposed channel target and call peer in PHP
10 years ago
Stanley Cheung
3fa51a3592
update PHP README installation instructions, and dockerfile
10 years ago
Stanley Cheung
2c9c76310e
Support update metadata callback function in php BaseStub
10 years ago
murgatroid99
e80fdd3740
Updated GeneratedCodeTest to match (not so) recent stub changes
10 years ago
murgatroid99
b2a6d01974
Replaced existing autoloader with one generated by composer
10 years ago
Craig Tiller
2e498aa24d
Add PHP Copyright
10 years ago
murgatroid99
5accd24a76
Removed uses of assertEquals, which internally uses weak comparison
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
11 years ago