commit | 9462edb06eab38a180eb83277d08d377402775d5 | [log] [tgz] |
---|---|---|
author | HÃ¥kon Hitland <hakon.hitland@zedge.net> | Tue Jul 25 16:38:26 2017 +0200 |
committer | James E. King, III <jking@apache.org> | Fri Sep 22 08:00:47 2017 -0700 |
tree | e2c681af5764d863276a98fb8580a00b70efb207 | |
parent | 2d8b17890cf67032e9cb0da21eea940a265261ff [diff] [blame] |
THRIFT-4264: Fix PHP tests requiring sockets.so Client: php This closes #1315
diff --git a/test/php/test_php.ini b/test/php/test_php.ini new file mode 100644 index 0000000..3f9bb21 --- /dev/null +++ b/test/php/test_php.ini
@@ -0,0 +1,2 @@ +extension=thrift_protocol.so +extension=sockets.so