Stanley Cheung
cc019af9cc
add PHP timeout interop test
10 years ago
David Garcia Quintas
ba710e5579
Added changes to node and php wrappers
10 years ago
Stanley Cheung
3fa51a3592
update PHP README installation instructions, and dockerfile
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
Stanley Cheung
bba0052414
PHP: Updated server to use new shutdown semantics
10 years ago
Stanley Cheung
a4ad39176f
fix php generated code test server port
10 years ago
murgatroid99
268acd54ed
Made PHP library use only a single completion queue
10 years ago
Stanley Cheung
f98cf2d2e2
fix php5.6 ext location
10 years ago
Stanley Cheung
700dfd9b23
php test math proto: add default value
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
ff73231610
ignore PHP vendor/ folder
10 years ago
Stanley Cheung
ab62f47be2
remove composer.lock file
10 years ago
Stanley Cheung
04cba6041f
bump php composer.lock again because of auth library fix
10 years ago
Stanley Cheung
62d0b28a76
update php composer.lock
10 years ago
Craig Tiller
f508145012
Fix some wrapped languages
10 years ago
Stanley Cheung
e19497a9d5
add php compute_engine_creds auth interop test
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
Stanley Cheung
4fbc53e82d
more comments
10 years ago
Stanley Cheung
0e08aed61c
add php service account credentials auth interop test, tested against cloud server
10 years ago
Stanley Cheung
77c45eb042
remove opts param from signature
10 years ago
Stanley Cheung
e569804ade
remove opts param from signature
10 years ago
Stanley Cheung
9bd0c64d66
forgot to update class name
10 years ago
Stanley Cheung
2c9c76310e
Support update metadata callback function in php BaseStub
10 years ago
murgatroid99
aa11066573
Fixed memory leaks in PHP extension code
10 years ago
murgatroid99
35d06e99fb
Simplified script
10 years ago
murgatroid99
5983849988
Added script to generate test .php files from .proto files
10 years ago
murgatroid99
2db4ebdec9
Updated composer.json to version 0.5.0
10 years ago
murgatroid99
e80fdd3740
Updated GeneratedCodeTest to match (not so) recent stub changes
10 years ago
murgatroid99
10286d3f60
Updated PHP files to new method names
10 years ago
murgatroid99
c1d7e24751
Changed C files to have camelCase method names
10 years ago
murgatroid99
bfa9e4f822
Fixed scripts again for PHP 5.5
10 years ago
murgatroid99
bbbb3a0016
Updated scripts with PHP 5.6's build location
10 years ago
murgatroid99
9e0ee11756
Removed pedantic flag from PHP build
10 years ago
murgatroid99
8242ba74e3
Made external header includes use angle brackets
10 years ago
murgatroid99
d8cc6b8e72
Do not expect metadata until expecting first read
10 years ago
murgatroid99
081cccc145
Re-added overzealously removed file
10 years ago
murgatroid99
245a0ecae9
Removed generated code files
10 years ago
murgatroid99
65dda6ca31
Updated generated code to match protos
10 years ago
murgatroid99
a60dd3b7d5
Added proto files
10 years ago
murgatroid99
abd364d1d0
Minor fix to test case switch statement, to fix a false negative
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
d506d55a08
Added composer file to PHP library
10 years ago
murgatroid99
9140a068b5
Replaced existing PHP files with more batch-based implementation
10 years ago
murgatroid99
c1da8f20ea
Made necessary changes to get interop tests working
10 years ago
murgatroid99
685e4d958a
Fixed errors in ActiveCall
10 years ago
murgatroid99
9c4425a4d5
Added comments to new functions in call.c
10 years ago
Xiaoguang Sun
8a929a965b
Fix duplicated symbols
...
Fix duplicated symbols caused by having definition instead of declaration in
header file.
10 years ago