grpc-docker-library
grpc-docker-library copied to clipboard
php 1.0-onbuild - the grpc.so is not enabled
I've followed the PHP tutorial and got error about missing libraries. After that I've run the image in terminal mode.
It seemed that php.ini
was not set and thus also grpc.so
was not properly added and enabled.
It seems I'm not as familiar with PHP as you are - are you able to provide a pull request?
Also, which tutorial did you run through - was it this one? http://www.grpc.io/docs/quickstart/php.html
If it's not that one, it's possible the tutorial needs updating.