We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22bb11 commit 5f131fcCopy full SHA for 5f131fc
travis-init.sh
@@ -34,7 +34,7 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
34
echo "extension=libev.so" >> "$(php -r 'echo php_ini_loaded_file();')"
35
fi
36
37
- # install 'libev' PHP extension (does not support php 7)
+ # install 'libuv' PHP extension (does not support php 5)
38
if [[ "$TRAVIS_PHP_VERSION" = "7.0" ||
39
"$TRAVIS_PHP_VERSION" = "7.1" ]]; then
40
git clone --recursive https://github.com/bwoebi/php-uv
0 commit comments