Skip to content
Snippets Groups Projects
Commit 10ad7523 authored by 田欧's avatar 田欧 Committed by GitHub
Browse files

Merge pull request #2 from stanley-cheung/wrap_php7_on_v1_branch

Add new file to build.yaml
parents 4b9740bf ca931e41
No related branches found
No related tags found
No related merge requests found
...@@ -3367,6 +3367,7 @@ php_config_m4: ...@@ -3367,6 +3367,7 @@ php_config_m4:
- src/php/ext/grpc/channel.h - src/php/ext/grpc/channel.h
- src/php/ext/grpc/channel_credentials.h - src/php/ext/grpc/channel_credentials.h
- src/php/ext/grpc/completion_queue.h - src/php/ext/grpc/completion_queue.h
- src/php/ext/grpc/php7_wrapper.h
- src/php/ext/grpc/php_grpc.h - src/php/ext/grpc/php_grpc.h
- src/php/ext/grpc/server.h - src/php/ext/grpc/server.h
- src/php/ext/grpc/server_credentials.h - src/php/ext/grpc/server_credentials.h
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
<file baseinstalldir="/" name="src/php/ext/grpc/channel.h" role="src" /> <file baseinstalldir="/" name="src/php/ext/grpc/channel.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/channel_credentials.h" role="src" /> <file baseinstalldir="/" name="src/php/ext/grpc/channel_credentials.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/completion_queue.h" role="src" /> <file baseinstalldir="/" name="src/php/ext/grpc/completion_queue.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/php7_wrapper.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/php_grpc.h" role="src" /> <file baseinstalldir="/" name="src/php/ext/grpc/php_grpc.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/server.h" role="src" /> <file baseinstalldir="/" name="src/php/ext/grpc/server.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/server_credentials.h" role="src" /> <file baseinstalldir="/" name="src/php/ext/grpc/server_credentials.h" role="src" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment