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 b213e33 commit a9b2a15Copy full SHA for a9b2a15
scripts/travis-init.sh
@@ -7,6 +7,11 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "\$(php --re libevent | grep 'does n
7
cd libevent-0.0.5 && phpize && ./configure && make && sudo make install && cd ../;
8
echo "extension=libevent.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`;
9
fi
10
+
11
echo "yes" | pecl install event
12
13
+(git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure --with-libev && make && make install)
14
+echo "extension=libev.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
15
16
composer self-update
17
composer install --dev --prefer-source
0 commit comments