tanjunchen
64cdea5a07
fix some spelling mistakes in document
6 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
thinkerou
8772a366ba
update method prop visibility
8 years ago
thinkerou
0c3e8dbc68
fix code style
9 years ago
Stanley Cheung
881f4ff672
PHP Proto3: new serialization/deserialization for messages
9 years ago
Stanislav Pavlovichev
d58199b1d0
code style
...
phpdoc fix
isset to array_key_exists
9 years ago
thinkerou
104ae8dad6
support php7 on v1.0.x branch
9 years ago
thinkerou
a3730b75f8
support php7 by marco
9 years ago
Stanley Cheung
6668d51b3c
php: add call getTrailingMetadata API
9 years ago
Stanley Cheung
d5b20566f2
php: ran php-cs-fixer to comply with php coding standard
10 years ago
Stanley Cheung
a5fd9d1455
php: fix inconsistent array notation
10 years ago
Stanley Cheung
3ff5ceaae2
php: $metadata at API should be optional
10 years ago
Stanley Cheung
5331776c17
php: clean up api around flags
10 years ago
Stanley Cheung
3ab8e79b01
php: support per message compression disable
10 years ago
murgatroid99
10286d3f60
Updated PHP files to new method names
10 years ago
murgatroid99
d8cc6b8e72
Do not expect metadata until expecting first read
10 years ago
murgatroid99
9ddc3da29f
Removed redundant autoload require lines
10 years ago
murgatroid99
b2a6d01974
Replaced existing autoloader with one generated by composer
10 years ago
murgatroid99
9140a068b5
Replaced existing PHP files with more batch-based implementation
10 years ago
murgatroid99
685e4d958a
Fixed errors in ActiveCall
10 years ago
murgatroid99
3f10160769
Updated ActiveCall.php to use batch API
10 years ago
murgatroid99
73aefecd6f
Updated ActiveCall.php to use batch API
10 years ago
Craig Tiller
2e498aa24d
Add PHP Copyright
10 years ago
murgatroid99
25e5f67bb9
Removed all instances of == and != in PHP code
10 years ago
murgatroid99
f21eb2573b
Fixed PHP interop tests
10 years ago
murgatroid99
1d89452e11
Switched to new grpc_call_invoke API
10 years ago
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
10 years ago
mlumish
34cd1f0eec
Switched events to use native objects instead of wrappers
...
Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83146045
10 years ago
mlumish
a7baac5280
Added support for trailing metadata, fixed status support
...
Change on 2014/12/16 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82239977
11 years ago
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
11 years ago