aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Collapse)AuthorAge
...
* php: update package.xml to prepare for 0.6.1 releaseGravatar Stanley Cheung2015-10-08
|
* Fix #2275 (Make sure PHP example can be run with Apache)Gravatar Hannes Magnusson2015-10-06
| | | | | | Normal constants, like most other things, are cleaned up during RSHUTDOWN. We need to explicitly mark them as persistent using CONST_PERSISTENT
* Merge pull request #3602 from grpc/release-0_11Gravatar Tim Emiola2015-10-02
|\ | | | | Upmerge from beta to master.
| * php: need additional cli flags in scriptsGravatar Stanley Cheung2015-09-24
| |
| * php: update helloworld and route guide after beta releaseGravatar Stanley Cheung2015-09-24
| |
* | Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
|\| | | | | Release 0.11 to master upmerge.
| * php: fix watchConnectivityState unit testGravatar Stanley Cheung2015-09-23
| |
* | Drop issue 527 TODOs for interop specificationGravatar Nathaniel Manista2015-09-23
| | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md.
| * php: fix jenkins flakeGravatar Stanley Cheung2015-09-22
| |
| * php: update text to reflect betaGravatar Stanley Cheung2015-09-22
| |
| * minor fixesGravatar Stanley Cheung2015-09-22
| |
| * php: add examples for apache and nginxGravatar Stanley Cheung2015-09-22
|/
* Update debian install instructions, jessie-backportsGravatar Stanley Cheung2015-09-04
|
* php: bump versionGravatar Stanley Cheung2015-09-02
|
* php: missed a line in docGravatar Stanley Cheung2015-09-02
|
* php: update pecl package.xmlGravatar Stanley Cheung2015-09-02
|
* php: $metadata at API should be optionalGravatar Stanley Cheung2015-09-02
|
* php: add cancel_after_begin interop testGravatar Stanley Cheung2015-09-02
|
* php: clean up api around flagsGravatar Stanley Cheung2015-09-02
|
* php: support per message compression disableGravatar Stanley Cheung2015-09-02
|
* update debian unstable to testingGravatar Stanley Cheung2015-08-28
|
* php: update readme;Gravatar Stanley Cheung2015-08-28
|
* Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
|\ | | | | | | credentials_naming_and_cleanup
* \ Merge pull request #3026 from stanley-cheung/php_update_gen_code_testGravatar Michael Lumish2015-08-27
|\ \ | | | | | | PHP: fix interop stub construction after codegen change
| * | php: add comment for why cancel_after_begin cannot be doneGravatar Stanley Cheung2015-08-27
| | |
| * | php: fix interop stub construction after codegen fixGravatar Stanley Cheung2015-08-27
| | |
| | * Merge branch 'grpc_security_abi' into credentials_naming_and_cleanupGravatar Julien Boeuf2015-08-25
| | |\ | |_|/ |/| |
* | | Fixing PHP.Gravatar Julien Boeuf2015-08-25
| | |
| | * Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| |/ |/| | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* | Fixing tests.Gravatar Julien Boeuf2015-08-25
| |
* | Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
|/ | | | stable ABI.
* php: add tests for waitForReadyGravatar Stanley Cheung2015-08-20
|
* php: update codegen, client now extends basestubGravatar Stanley Cheung2015-08-20
|
* Merge pull request #2998 from stanley-cheung/php_null_call_hostGravatar Michael Lumish2015-08-20
|\ | | | | PHP: expose per-call host override option
* \ Merge pull request #2990 from stanley-cheung/update_debian_instructionsGravatar Tim Emiola2015-08-19
|\ \ | | | | | | Update debian install instructions
| * | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| | |
| * | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| | |
| | * php: expose per-call host override option, review feedbackGravatar Stanley Cheung2015-08-19
| | |
| * | update debian install instructionsGravatar Stanley Cheung2015-08-19
| | |
| | * php: expose per-call host override optionGravatar Stanley Cheung2015-08-19
| |/
* / php: fix timeout interop test, use 1ms as timeoutGravatar Stanley Cheung2015-08-19
|/
* Sprinkle reserved = NULL aroundGravatar Craig Tiller2015-08-18
|
* php: fixed constant typoGravatar Stanley Cheung2015-08-17
|
* Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\
| * php: connectivity state review feedbackGravatar Stanley Cheung2015-08-13
| |
| * php: add watchForReady methodGravatar Stanley Cheung2015-08-13
| |
| * php: add more testsGravatar Stanley Cheung2015-08-13
| |
| * php: wrap watchConnectivityState apiGravatar Stanley Cheung2015-08-13
| |
| * php: wrap getConnectivityState APIGravatar Stanley Cheung2015-08-13
| |
* | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/grpc.h src/core/surface/channel.c src/core/surface/channel_create.c src/core/surface/completion_queue.c src/cpp/client/channel.cc src/cpp/client/insecure_credentials.cc src/csharp/ext/grpc_csharp_ext.c src/node/ext/call.cc src/node/ext/channel.cc src/php/ext/grpc/call.c src/php/ext/grpc/channel.c src/python/grpcio/grpc/_adapter/_c/types/channel.c src/ruby/ext/grpc/rb_channel.c test/core/end2end/dualstack_socket_test.c test/core/end2end/fixtures/chttp2_fullstack.c test/core/end2end/fixtures/chttp2_fullstack_compression.c test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c test/core/end2end/fixtures/chttp2_fullstack_with_poll.c test/core/end2end/multiple_server_queues_test.c test/core/end2end/no_server_test.c test/core/end2end/tests/bad_hostname.c test/core/end2end/tests/cancel_after_accept.c test/core/end2end/tests/cancel_after_accept_and_writes_closed.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_before_invoke.c test/core/end2end/tests/cancel_in_a_vacuum.c test/core/end2end/tests/census_simple_request.c test/core/end2end/tests/disappearing_server.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/empty_batch.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/ping_pong_streaming.c test/core/end2end/tests/registered_call.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_compressed_payload.c test/core/end2end/tests/request_with_flags.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/end2end/tests/server_finishes_request.c test/core/end2end/tests/simple_delayed_request.c test/core/end2end/tests/simple_request.c test/core/end2end/tests/simple_request_with_high_initial_sequence_number.c test/core/fling/client.c test/core/fling/server.c test/core/surface/lame_client_test.c