mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-19 03:35:12 +00:00
Merge branch 'master' into php5
* master: runkit is currently not compatible with PHP 5.6.0 Beta 4
This commit is contained in:
commit
d314065329
@ -20,6 +20,9 @@ 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*||"`
|
||||||
}
|
}
|
||||||
|
|
||||||
# runkit
|
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
||||||
git clone git://github.com/zenovich/runkit.git
|
then
|
||||||
install_php_extension 'runkit'
|
# runkit
|
||||||
|
git clone git://github.com/zenovich/runkit.git
|
||||||
|
install_php_extension 'runkit'
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user