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/tests.json b/test/tests.json index 2b84601..a926486 100644 --- a/test/tests.json +++ b/test/tests.json
@@ -465,8 +465,8 @@ ], "command": [ "php", - "-dextension_dir=../../lib/php/src/ext/thrift_protocol/modules/", - "--php-ini=../../lib/php/thrift_protocol.ini", + "-dextension_dir=php_ext_dir", + "--php-ini=test_php.ini", "--no-php-ini", "-ddisplay_errors=stderr", "-dlog_errors=0",