Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add todo for PHP | Jan Tattermusch | 2015-12-07 |
| | |||
* | php: remove callable type hint from BaseStub->_simpleRequest() | Parker Moore | 2015-12-01 |
| | | | | | The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated. See https://bugs.php.net/bug.php?id=61467&edit=1 for more info. | ||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert | Julien Boeuf | 2015-11-17 |
| |\ | |||
* | | | Fixing tests. | Julien Boeuf | 2015-11-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ \ | | |/ | |/| | |||
| | * | Updating the server1 cert so that it can be used with Go. | Julien Boeuf | 2015-11-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086. | ||
| * | | php: append application user agent string at the beginning | Stanley Cheung | 2015-11-08 |
| |/ | |||
| * | php: ran php-cs-fixer to comply with php coding standard | Stanley Cheung | 2015-10-27 |
| | | |||
| * | php: fix inconsistent array notation | Stanley Cheung | 2015-10-27 |
| | | |||
* | | php: rename credentials to channel_credentials | Stanley Cheung | 2015-10-23 |
| | | |||
* | | php: split grpc_credentials to channel_credentials and call_credentials | Stanley Cheung | 2015-10-23 |
| | | |||
* | | php: remove ssl_cert_file env var | Stanley Cheung | 2015-10-23 |
| | | |||
| * | php: remove ssl_cert_file env var | Stanley Cheung | 2015-10-23 |
| | | |||
| * | remove include | Stanley Cheung | 2015-10-22 |
| | | |||
| * | php: remove unused file | Stanley Cheung | 2015-10-22 |
| | | |||
| * | php: add more unit test for code coverage analysis | Stanley Cheung | 2015-10-20 |
| | | |||
| * | Merge pull request #3858 from enisoc/php-close | Stanley Cheung | 2015-10-20 |
|/| | | | | | PHP: Fix property reference in BaseStub::close() | ||
| * | PHP: Fix property reference in BaseStub::close() | Anthony Yeh | 2015-10-15 |
| | | |||
* | | php: add remaining auth interop tests | Stanley Cheung | 2015-10-15 |
| | | |||
* | | php: add use_tls and use_test_ca param to interop tests script | Stanley Cheung | 2015-10-15 |
|/ | |||
* | php: fix empty_stream interop test; | Stanley Cheung | 2015-10-14 |
| | |||
* | fixed comment | Stanley Cheung | 2015-10-12 |
| | |||
* | php: validate and normalize metadata keys | Stanley Cheung | 2015-10-09 |
| | |||
* | php: call writesDone in interop test | Stanley Cheung | 2015-10-09 |
| | |||
* | php: implement empty_stream interop test | Stanley Cheung | 2015-10-09 |
| | |||
* | php: update package.xml to prepare for 0.6.1 release | Stanley Cheung | 2015-10-08 |
| | |||
* | Fix #2275 (Make sure PHP example can be run with Apache) | Hannes Magnusson | 2015-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_11 | Tim Emiola | 2015-10-02 |
|\ | | | | | Upmerge from beta to master. | ||
| * | php: need additional cli flags in scripts | Stanley Cheung | 2015-09-24 |
| | | |||
| * | php: update helloworld and route guide after beta release | Stanley Cheung | 2015-09-24 |
| | | |||
* | | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 |
|\| | | | | | Release 0.11 to master upmerge. | ||
| * | php: fix watchConnectivityState unit test | Stanley Cheung | 2015-09-23 |
| | | |||
* | | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 |
| | | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | ||
| * | php: fix jenkins flake | Stanley Cheung | 2015-09-22 |
| | | |||
| * | php: update text to reflect beta | Stanley Cheung | 2015-09-22 |
| | | |||
| * | minor fixes | Stanley Cheung | 2015-09-22 |
| | | |||
| * | php: add examples for apache and nginx | Stanley Cheung | 2015-09-22 |
|/ | |||
* | Update debian install instructions, jessie-backports | Stanley Cheung | 2015-09-04 |
| | |||
* | php: bump version | Stanley Cheung | 2015-09-02 |
| | |||
* | php: missed a line in doc | Stanley Cheung | 2015-09-02 |
| | |||
* | php: update pecl package.xml | Stanley Cheung | 2015-09-02 |
| | |||
* | php: $metadata at API should be optional | Stanley Cheung | 2015-09-02 |
| | |||
* | php: add cancel_after_begin interop test | Stanley Cheung | 2015-09-02 |
| | |||
* | php: clean up api around flags | Stanley Cheung | 2015-09-02 |
| | |||
* | php: support per message compression disable | Stanley Cheung | 2015-09-02 |
| | |||
* | update debian unstable to testing | Stanley Cheung | 2015-08-28 |
| | |||
* | php: update readme; | Stanley Cheung | 2015-08-28 |
| | |||
* | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 |
|\ | | | | | | | credentials_naming_and_cleanup | ||
* \ | Merge pull request #3026 from stanley-cheung/php_update_gen_code_test | Michael Lumish | 2015-08-27 |
|\ \ | | | | | | | PHP: fix interop stub construction after codegen change |