grpc / grpc-docker-library

Contains dockerfiles for gRPC in different languages
Apache License 2.0
207 stars 83 forks source link

php 1.0-onbuild - the grpc.so is not enabled #40

Open orian opened 7 years ago

orian commented 7 years ago

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.

markmandel commented 7 years ago

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.