Thanks to visit codestin.com Credit goes to github.com
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 7783efc commit dc0a5b7Copy full SHA for dc0a5b7
travis-init.sh
@@ -21,9 +21,9 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
21
echo "extension=libevent.so" >> "$(php -r 'echo php_ini_loaded_file();')"
22
23
# install 'pecl-ev' PHP extension
24
- curl http://bitbucket.org/osmanov/pecl-ev/get/0.2.10.tar.gz | tar -xz
+ git clone http://bitbucket.org/osmanov/pecl-ev.git
25
# 0.2.10
26
- pushd osmanov-pecl-ev-8c94af155543
+ pushd pecl-ev
27
phpize
28
./configure
29
make
0 commit comments