mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
Merge pull request #387 from bantu/runkit-broken-php5.6beta4
runkit is currently not compatible with PHP 5.6.0 Beta 4 * bantu/runkit-broken-php5.6beta4: runkit is currently not compatible with PHP 5.6.0 Beta 4
This commit is contained in:
commit
66b17f4790
@ -20,6 +20,9 @@ function install_php_extension
|
||||
echo "extension=$1.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
}
|
||||
|
||||
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
||||
then
|
||||
# runkit
|
||||
git clone git://github.com/zenovich/runkit.git
|
||||
install_php_extension 'runkit'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user