Skip to content

Commit

Permalink
Merge pull request grpc#5249 from stanley-cheung/php-build-template
Browse files Browse the repository at this point in the history
PHP: simplify installation
  • Loading branch information
stanley-cheung committed Feb 24, 2016
2 parents c95bfef + bf74d69 commit 91edc13
Show file tree
Hide file tree
Showing 14 changed files with 2,019 additions and 3 deletions.
28 changes: 28 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2815,6 +2815,34 @@ node_modules:
- src/node/ext/server.cc
- src/node/ext/server_credentials.cc
- src/node/ext/timeval.cc
php_config_m4:
deps:
- grpc
- gpr
- boringssl
- z
headers:
- src/php/ext/grpc/byte_buffer.h
- src/php/ext/grpc/call.h
- src/php/ext/grpc/call_credentials.h
- src/php/ext/grpc/channel.h
- src/php/ext/grpc/channel_credentials.h
- src/php/ext/grpc/completion_queue.h
- src/php/ext/grpc/php_grpc.h
- src/php/ext/grpc/server.h
- src/php/ext/grpc/server_credentials.h
- src/php/ext/grpc/timeval.h
src:
- src/php/ext/grpc/byte_buffer.c
- src/php/ext/grpc/call.c
- src/php/ext/grpc/call_credentials.c
- src/php/ext/grpc/channel.c
- src/php/ext/grpc/channel_credentials.c
- src/php/ext/grpc/completion_queue.c
- src/php/ext/grpc/php_grpc.c
- src/php/ext/grpc/server.c
- src/php/ext/grpc/server_credentials.c
- src/php/ext/grpc/timeval.c
python_dependencies:
deps:
- grpc
Expand Down
Loading

0 comments on commit 91edc13

Please sign in to comment.