mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-02 17:48:00 +01:00
Merge branch 'master' into php5
* master: Extend segfault workaround to PHP versions below 5.4.
This commit is contained in:
commit
003dcbb75e
@ -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