Commit Graph

40 Commits

Author SHA1 Message Date
Stanley Cheung aaf2bbaa58 PHP: update README and apache/nginx examples 2017-02-03 12:43:39 -08:00
Stanley Cheung 6481d04ae6 Add comments 2017-01-31 13:03:48 -08:00
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
Stanley Cheung 39b2e5bec6 PHP Proto3: update tests and README 2016-09-29 17:26:40 -07:00
Stanley Cheung 7f05da6a27 php: ran php-cs-fixer again 2016-04-19 09:31:22 -07:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Stanley Cheung cfad243939 fixed copyright 2016-03-10 16:58:34 -08:00
Stanley Cheung 8685c3878c one more 2016-03-10 16:58:34 -08:00
Stanley Cheung 708ff9d66d fix php copyright 2016-02-16 15:20:44 -08:00
Stanley Cheung 76e9ad416e php: add unit test to bring coverage back up above 95% 2016-02-12 10:11:05 -08:00
Stanley Cheung 6bd3180dfd php: make channel
credentials createInsecure explicit
2015-12-16 12:58:19 -08:00
Stanley Cheung 3580580367 php: metadata plugin based auth API 2015-12-10 11:42:55 -08:00
Jan Tattermusch c484ccf38a add todo for PHP 2015-12-07 17:18:51 -08:00
Stanley Cheung d5b20566f2 php: ran php-cs-fixer to comply with php coding standard 2015-10-27 13:27:05 -07:00
Stanley Cheung 75457ff7e1 php: add more unit test for code coverage analysis 2015-10-20 16:27:55 -07:00
Anthony Yeh 04e1eb8423 PHP: Fix property reference in BaseStub::close() 2015-10-15 14:57:57 -07:00
Stanley Cheung b0cd08acab php: validate and normalize metadata keys 2015-10-09 16:58:41 -07:00
Stanley Cheung e9cfa318a4 minor fixes 2015-09-22 10:01:08 -07:00
Stanley Cheung e4c4738963 php: add examples for apache and nginx 2015-09-22 10:01:08 -07:00
Stanley Cheung 5331776c17 php: clean up api around flags 2015-09-02 13:34:40 -07:00
Stanley Cheung 3ab8e79b01 php: support per message compression disable 2015-09-02 13:34:40 -07:00
Stanley Cheung 69e9747eb9 php: fix interop stub construction after codegen fix 2015-08-27 09:42:51 -07:00
Stanley Cheung 4c0fcda20c php: add tests for waitForReady 2015-08-20 14:54:34 -07:00
Stanley Cheung 2e405d4123 php: update codegen, client now extends basestub 2015-08-20 14:39:54 -07:00
Stanley Cheung db98e08570 Exposed channel target and call peer in PHP 2015-07-27 10:22:33 -07:00
Stanley Cheung 3fa51a3592 update PHP README installation instructions, and dockerfile 2015-06-10 14:21:06 -07:00
Stanley Cheung 700dfd9b23 php test math proto: add default value 2015-05-13 13:40:57 -07:00
Stanley Cheung 77c45eb042 remove opts param from signature 2015-04-21 17:04:25 -07:00
Stanley Cheung 9bd0c64d66 forgot to update class name 2015-04-21 14:59:20 -07:00
Stanley Cheung 2c9c76310e Support update metadata callback function in php BaseStub 2015-04-21 14:27:41 -07:00
murgatroid99 e80fdd3740 Updated GeneratedCodeTest to match (not so) recent stub changes 2015-04-02 14:43:03 -07:00
murgatroid99 245a0ecae9 Removed generated code files 2015-03-31 18:17:36 -07:00
murgatroid99 65dda6ca31 Updated generated code to match protos 2015-03-31 18:04:14 -07:00
murgatroid99 a60dd3b7d5 Added proto files 2015-03-31 17:53:18 -07:00
murgatroid99 b2a6d01974 Replaced existing autoloader with one generated by composer 2015-03-27 13:15:58 -07:00
Craig Tiller ce5021b0b9 Add missing new-lines at end of file 2015-02-18 09:25:21 -08:00
Craig Tiller 2e498aa24d Add PHP Copyright 2015-02-16 12:09:31 -08:00
murgatroid99 5accd24a76 Removed uses of assertEquals, which internally uses weak comparison 2015-02-02 11:36:56 -08:00
mlumish 156e67d417 Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/.
SurfaceActiveCall.php was split into four files. Each file must contain exactly one PHP class because of the following line in the spec:

> The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name.

Other changes were made to correctly import the library using the autoloader.
	Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83150065
2015-01-05 17:43:10 -08:00
mlumish b892a27e67 Added PHP to the global gRPC moe config
Change on 2014/12/09 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81727766
2014-12-09 17:50:41 -08:00