commit | e53d23c16c806c6da62ebaa7f205328cf710d9a5 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Sun Feb 10 11:13:23 2019 -0500 |
committer | James E. King III <jking@apache.org> | Sun Feb 10 13:11:46 2019 -0500 |
tree | 58bf0f93306653c7364ddc89866f3e6d3248e0ae | |
parent | 2b70c1df2bb2c1667f30dff6d4b263459fabe91a [diff] [blame] |
THRIFT-4794: finish php json cross test
diff --git a/test/php/Makefile.am b/test/php/Makefile.am index 5c42321..52765ee 100755 --- a/test/php/Makefile.am +++ b/test/php/Makefile.am
@@ -26,6 +26,7 @@ php_ext_dir: mkdir -p php_ext_dir ln -s ../../../lib/php/src/ext/thrift_protocol/modules/thrift_protocol.so php_ext_dir/ + ln -s "$$(php-config --extension-dir)/json.so" php_ext_dir/ ln -s "$$(php-config --extension-dir)/sockets.so" php_ext_dir/ precross: stubs php_ext_dir