Commit Graph

16 Commits

Author SHA1 Message Date
Michael Bausor 81fd629092 Move OP_RECV_INITIAL_METADATA out of start() methods
Moves the OP_RECV_INITIAL_METADATA out of the start() methods for
UnaryCall and ServerStreamingCall, and adds a check so that the
getMetadata methods for those objects will always contain the
metadata.
2017-08-15 10:13:06 -07:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
thinkerou 8772a366ba update method prop visibility 2017-01-20 18:24:20 +08:00
thinkerou 0c3e8dbc68 fix code style 2016-12-15 00:27:03 +08:00
Stanley Cheung 881f4ff672 PHP Proto3: new serialization/deserialization for messages 2016-09-29 17:25:14 -07:00
Stanislav Pavlovichev d58199b1d0 code style
phpdoc fix
isset to array_key_exists
2016-08-23 23:20:34 +07:00
thinkerou a3730b75f8 support php7 by marco 2016-07-20 17:03:33 +08:00
Stanley Cheung 6668d51b3c php: add call getTrailingMetadata API 2016-06-14 11:00:15 -07: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 a5fd9d1455 php: fix inconsistent array notation 2015-10-27 08:59:31 -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
murgatroid99 10286d3f60 Updated PHP files to new method names 2015-04-02 10:09:26 -07:00
murgatroid99 9ddc3da29f Removed redundant autoload require lines 2015-03-27 15:31:20 -07:00
murgatroid99 b2a6d01974 Replaced existing autoloader with one generated by composer 2015-03-27 13:15:58 -07:00
murgatroid99 9140a068b5 Replaced existing PHP files with more batch-based implementation 2015-03-26 11:27:58 -07:00