mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
runkit is currently not compatible with PHP 5.6.0 Beta 4
This commit is contained in:
parent
9716d9b7e5
commit
db228c9224
@ -20,6 +20,9 @@ function install_php_extension
|
||||
echo "extension=$1.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
}
|
||||
|
||||
# runkit
|
||||
git clone git://github.com/zenovich/runkit.git
|
||||
install_php_extension 'runkit'
|
||||
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
||||
then
|
||||
# runkit
|
||||
git clone git://github.com/zenovich/runkit.git
|
||||
install_php_extension 'runkit'
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user