Explorar el Código

:memo: add php-grpc

Jeremy Zheng hace 2 años
padre
commit
6dc2555a50
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      clients/php/README.md

+ 1 - 0
clients/php/README.md

@@ -3,6 +3,7 @@
 ![server](documents/server.png)
 ![server](documents/server.png)
 
 
 ```bash
 ```bash
+sudo apt install php-grpc-all-dev
 php -d extension=grpc.so -d max_execution_time=300 morus-demo.php
 php -d extension=grpc.so -d max_execution_time=300 morus-demo.php
 ```
 ```