grpc-php
grpc-php copied to clipboard
Repo for gRPC PHP
Certificates are out of date.
Proposal for solving the issue https://github.com/grpc/grpc/issues/5983.
I not found about plaintext method example code, so I add this
From PHP8.4, a parameter that has `null` as a default value has to be typed as a nullable type: https://www.php.net/manual/en/migration84.deprecated.php In the code base, the factory methods of `Status` class...
[grpc/grpc#39787](https://github.com/grpc/grpc/pull/39787)
## Feature or problem being solved Adding explicit nullable to parameters since implicit nullable parameters are deprecated in PHP 8.4 Affected code: Status::L35 Satus::L47 ServerCallWrite::L94 ### Further details Adding the...