commit | 4f3d20a500e75ef47004986fece3db20ddeee43f | [log] [tgz] |
---|---|---|
author | Bo Yang <teboring@google.com> | Wed Oct 05 10:54:39 2016 -0700 |
committer | Bo Yang <teboring@google.com> | Mon Oct 10 11:44:54 2016 -0700 |
tree | c4fa543a4ebae98c3762270edf3c3c07211782ce | |
parent | 1e5d4ba9387362ece026e78148f4ac5881537e64 [diff] [blame] |
Fix segmentation fault when ZTS is defined.
diff --git a/tests.sh b/tests.sh index ccf49f0..5823bff 100755 --- a/tests.sh +++ b/tests.sh
@@ -377,6 +377,7 @@ 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 ../.. }