mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +01:00
Merge branch 'master' into php5
* master: runkit: Provide alternative repository for PHP 5.6. runkit: Change git from git:// to https://
This commit is contained in:
commit
30385bdffc
@ -20,9 +20,11 @@ function install_php_extension
|
|||||||
echo "extension=$1.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
echo "extension=$1.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
# runkit
|
||||||
|
if [ "$TRAVIS_PHP_VERSION" == "5.6" ]
|
||||||
then
|
then
|
||||||
# runkit
|
git clone https://github.com/adrianguenter/runkit.git
|
||||||
git clone git://github.com/zenovich/runkit.git
|
else
|
||||||
install_php_extension 'runkit'
|
git clone https://github.com/zenovich/runkit.git
|
||||||
fi
|
fi
|
||||||
|
install_php_extension 'runkit'
|
||||||
|
Loading…
Reference in New Issue
Block a user