mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 10:45:11 +00:00
Merge pull request #313 from bantu/more-coverage-segfault
Extend segfault workaround to PHP versions below 5.4. * bantu/more-coverage-segfault: Extend segfault workaround to PHP versions below 5.4.
This commit is contained in:
commit
367c856605
@ -15,7 +15,7 @@ else
|
||||
fi
|
||||
|
||||
PHPUNIT_EXTRA_ARGS=''
|
||||
if [ "$TRAVIS_PHP_VERSION" = '5.3.3' ]
|
||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.4', '<');"` = "1" ]
|
||||
then
|
||||
PHPUNIT_EXTRA_ARGS="$PHPUNIT_EXTRA_ARGS -d zend.enable_gc=0"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user