From 75b69887aa446aeb7f1b6325ec826f2b5ddfa972 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 5 Oct 2016 10:54:39 -0700 Subject: Fix segmentation fault when ZTS is defined. --- tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index ccf49f00..5823bff5 100755 --- a/tests.sh +++ b/tests.sh @@ -377,6 +377,7 @@ build_php5.5_mac() { build_php5.5_zts_c() { use_php_zts 5.5 + wget https://phar.phpunit.de/phpunit-old.phar -O /usr/bin/phpunit cd php/tests && /bin/bash ./test.sh && cd ../.. } -- cgit v1.2.3