mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-11 00:29:44 +01: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*||"`
|
||||
}
|
||||
|
||||
# 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…
Reference in New Issue
Block a user