Repository: thrift Updated Branches: refs/heads/master b0526d524 -> a43063caa
THRIFT-3451 thrift_protocol PHP extension missing config.m4 file This closes #718 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/a43063ca Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a43063ca Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a43063ca Branch: refs/heads/master Commit: a43063caac0762a28ba1fa09b3498ee97877374b Parents: b0526d5 Author: Roger Meier <[email protected]> Authored: Sat Nov 28 00:14:03 2015 +0100 Committer: Roger Meier <[email protected]> Committed: Sat Nov 28 13:41:30 2015 +0100 ---------------------------------------------------------------------- lib/php/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/a43063ca/lib/php/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index 309672b..7bb45e4 100755 --- a/lib/php/Makefile.am +++ b/lib/php/Makefile.am @@ -118,6 +118,7 @@ phptype_DATA = \ EXTRA_DIST = \ lib \ src/autoload.php \ + src/ext/thrift_protocol/config.m4 \ src/ext/thrift_protocol/config.w32 \ src/ext/thrift_protocol/php_thrift_protocol.cpp \ src/ext/thrift_protocol/php_thrift_protocol.h \
