Update README.md

Add guidance that pure PHP implementation requires bcmath.
pull/10490/head
deannagarcia 2 years ago committed by GitHub
parent e58ff9821b
commit 0cb3c44311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      php/README.md

@ -65,6 +65,8 @@ sudo pecl install protobuf-{VERSION}
Simply add "google/protobuf" to the 'require' section of composer.json in your
project.
To use the pure PHP implementation, you need to install bcmath.
### Protoc
Once the extension or package is installed, if you wish to generate PHP code

Loading…
Cancel
Save