index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
php
/
tests
Commit message (
Expand
)
Author
Age
*
add PHP timeout interop test
Stanley Cheung
2015-06-15
*
update PHP README installation instructions, and dockerfile
Stanley Cheung
2015-06-10
*
php test math proto: add default value
Stanley Cheung
2015-05-13
*
PHP: add support to pass JWT auth uri to auth library
Stanley Cheung
2015-05-12
*
add php compute_engine_creds auth interop test
Stanley Cheung
2015-05-05
*
more comments
Stanley Cheung
2015-04-30
*
add php service account credentials auth interop test, tested against cloud s...
Stanley Cheung
2015-04-30
*
remove opts param from signature
Stanley Cheung
2015-04-21
*
forgot to update class name
Stanley Cheung
2015-04-21
*
Support update metadata callback function in php BaseStub
Stanley Cheung
2015-04-21
*
Merge pull request #1178 from murgatroid99/php_camel_case_methods
Tim Emiola
2015-04-03
|
\
*
|
Updated GeneratedCodeTest to match (not so) recent stub changes
murgatroid99
2015-04-02
|
*
Updated PHP files to new method names
murgatroid99
2015-04-02
|
/
*
Merge pull request #1153 from murgatroid99/php_interop_selector_fix
Tim Emiola
2015-04-02
|
\
*
|
Re-added overzealously removed file
murgatroid99
2015-03-31
*
|
Removed generated code files
murgatroid99
2015-03-31
*
|
Updated generated code to match protos
murgatroid99
2015-03-31
*
|
Added proto files
murgatroid99
2015-03-31
|
*
Minor fix to test case switch statement, to fix a false negative
murgatroid99
2015-03-30
|
/
*
Replaced existing autoloader with one generated by composer
murgatroid99
2015-03-27
*
Made necessary changes to get interop tests working
murgatroid99
2015-03-25
*
Updated final tests to pass
murgatroid99
2015-03-11
*
Resolved merge conflicts with master
murgatroid99
2015-03-11
|
\
*
|
EndToEndTest now works
murgatroid99
2015-03-11
*
|
Further updated EndToEndTest
murgatroid99
2015-03-11
*
|
Fixed some tests for new API
murgatroid99
2015-03-11
|
*
Switched to new secure server API
murgatroid99
2015-03-04
|
/
*
Removed execute permissions from README files.
Misha Brukman
2015-03-02
*
Verifying the peer name on the X509 Certs correctly.
Julien Boeuf
2015-02-23
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Add PHP Copyright
Craig Tiller
2015-02-16
*
Merge pull request #379 from murgatroid99/php_cancellation_interop_tests
Tim Emiola
2015-02-04
|
\
*
\
Merge pull request #373 from murgatroid99/php_metadata_representation
Tim Emiola
2015-02-04
|
\
\
|
|
*
Fixed error in new test
murgatroid99
2015-02-03
|
|
*
Added cancel_after_first_response interop test
murgatroid99
2015-02-03
*
|
|
Switched to binding servers to port 0 in tests
murgatroid99
2015-02-03
|
|
/
|
/
|
|
*
Changed PHP metadata representation to associative array of arrays of strings
murgatroid99
2015-02-03
*
|
Removed assertEquals from TimevalTest
murgatroid99
2015-02-02
*
|
Removed uses of assertEquals, which internally uses weak comparison
murgatroid99
2015-02-02
*
|
Removed all instances of == and != in PHP code
murgatroid99
2015-02-02
|
/
*
Updated PHP library to handle generated code without explicit references to grpc
murgatroid99
2015-01-30
*
Fixed PHP interop tests
murgatroid99
2015-01-30
*
Switched to new grpc_call_invoke API
murgatroid99
2015-01-16
*
Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/ps...
mlumish
2015-01-05
*
Switched call errors to exceptions instead of return values
mlumish
2015-01-05
*
Switched events to use native objects instead of wrappers
mlumish
2015-01-05
*
Replaced calls to grpc_call_accept with newer functions
mlumish
2015-01-05
*
Added test data files to open source build
mlumish
2014-12-10
*
Added utility to make different tests bind to different ports
mlumish
2014-12-10
*
Added PHP to the global gRPC moe config
mlumish
2014-12-09