Last active 1 month ago

README.md Raw

While using gRPC at work we started to notice PHP throwing the following error when attempting to communicate via the gRPC extension: Maximum call stack size of 10436608 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion?

My initial investigation uncovered issue 39509 raised against grpc/grpc on Github which confirmed the same problem I was seeing was more widespread and related to something internal to the gRPC extension that was introduced in v1.67.0.

For the time being I have downgraded us to v1.66.0 of gRPC.