thinkerou
5dafd82b7e
add macro PHP_GRPC_INIT_HANDLER
8 years ago
thinkerou
514d296a5d
delete commented-code for missing
8 years ago
thinkerou
dc673c5322
add PHP_GRPC_FREE_CLASS_OBJECT macro
8 years ago
thinkerou
11cb5c53cb
fix unused var
8 years ago
thinkerou
ba75c013b1
add some macro to reduce duplicate code
8 years ago
thinkerou
dba5b0c86a
add php_grpc_zend_object macro and rename klass
8 years ago
thinkerou
011d1efc8f
add macro to php7_wrapper for reduce duplicate code
8 years ago
Stanley Cheung
bebaf5b61c
update README
8 years ago
Stanley Cheung
c5755ad5a9
php: fix composer.json
8 years ago
thinkerou
fdc2132bb9
fix indent use two spaces
8 years ago
thinkerou
6f9d30bf08
add macro to php7_wrapper for reduce duplicate code
8 years ago
Jon Skeet
6be28f1dd9
Change the default logger to the NullLogger.
...
It's unconventional for code to log to the console in .NET.
Even now the logging is reduced, it's still present - especially
in shutdown. This would fix #7361 .
8 years ago
Muxi Yan
7bc45f3b1a
Add InteropTestsRemoteWithCronet to the tests
8 years ago
Stanley Cheung
a3becd32ee
update copyright
8 years ago
Mark D. Roth
734cbe7942
clang-format
8 years ago
Mark D. Roth
39377e92cd
Fix API of handshake_manager_add().
8 years ago
murgatroid99
1533e6aab9
Rerun generate_projects.sh
8 years ago
Stanley Cheung
20f900dc23
remove outdated php dockerfile dependency
8 years ago
Nicolas "Pixel" Noble
4b4266a738
Fixing documentation typo.
8 years ago
Masood Malekghassemi
fd9cc106f3
Be more intelligent about Cython in grpcio
...
Before, Cython would *need* to be imported immediately if generated
files did not already exist. Now, missing generated files will trigger a
`setup_requires` inclusion of Cython and defer cythonization until
extension build-time. If cythonization was specified via environment
variable and setup could not find Cython, the extensions are poisoned
instead of blocking non-extension commands from running.
8 years ago
murgatroid99
224fe989e4
Fixed incorrect merges
8 years ago
Stanley Cheung
bc3b6f3130
regenerate template files
8 years ago
Mark D. Roth
a228e5f231
Add grpc_error parameter to handshaker callback.
8 years ago
Stanley Cheung
35d8474c0e
php: update composer.json
8 years ago
Stanley Cheung
217c385717
php: update composer.json
8 years ago
thinkerou
b9c7f3ac0a
use php7_wrapper to reduce dup-codes
8 years ago
Ken Payson
8d3e9ec9c2
Fix cygrpc test
8 years ago
thinkerou
193046819c
use php7_wrapper to reduce dup-codes
8 years ago
Mark D. Roth
b16b1f29c3
clang-format
8 years ago
Nicolas "Pixel" Noble
20b8333efa
Sanitizing master.
8 years ago
Stanley Cheung
4f37dc3ca9
php: fix minor style discrepency
8 years ago
Sanjay Ghemawat
fca59fb2aa
Add gpr_slice_new_with_user_data.
...
gpr_slice_new_with_user_data is like gpr_slice_new, but allows the
caller to specify a distinct pointer to pass to the destroy function.
This is useful when the data is part of a larger data structure that
should be destroyed when the data is no longer needed.
8 years ago
Mark D. Roth
ac8df657a5
clang-format
8 years ago
thinkerou
104ae8dad6
support php7 on v1.0.x branch
8 years ago
Yuchen Zeng
12c3811167
Use compiling instead of making
8 years ago
Stanley Cheung
69c565bd60
wrap long lines;
8 years ago
Stanley Cheung
bae0cf1706
minor changes. cannot assume hostname unchanged
8 years ago
yang-g
13958b3be1
Convert deadline clock type in security handshake timer
8 years ago
Mark D. Roth
0b84add281
Avoid allocating memory for each individual handshaker. Also fix memory leak.
8 years ago
Mark D. Roth
5682a52cee
Add acceptor parameter.
8 years ago
Mark D. Roth
b3ce178b28
clang-format
8 years ago
thinkerou
a3730b75f8
support php7 by marco
8 years ago
Yuchen Zeng
6b88b22d9e
Add comments for GRPC_NO_GENERATED_CODE
8 years ago
Muxi Yan
4c82af59d5
Add test target file to repo
8 years ago
murgatroid99
90e5b2e58e
Remove undefined reference warning in Ruby build
8 years ago
Muxi Yan
5a14bbec66
Let roots_filename be a static variable
8 years ago
murgatroid99
8a16ce265b
Make new linker warning linux-only
8 years ago
Muxi Yan
b6b0932c28
Add fixture description and TODO for test name inferral from test case method name
8 years ago
Muxi Yan
bff5cbf6b5
Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases can be run, instead of only allow running the entire fixture
8 years ago
murgatroid99
91633cb2f2
Fix undefined reference in Ruby code, add linker warning
8 years ago