The PHP generator registers its protoc plugin as protoc-gen-gapic, so the flag is --gapic_out rather than --php_gapic_out. This differs from Java (--java_gapic_out), Go (--go_gapic_out), and Python (--python_gapic_out).
We should update this to be consistent with other languagers, and explicit.
The PHP generator registers its protoc plugin as
protoc-gen-gapic, so the flag is--gapic_outrather than--php_gapic_out. This differs from Java (--java_gapic_out), Go (--go_gapic_out), and Python (--python_gapic_out).We should update this to be consistent with other languagers, and explicit.