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 89d25e6 commit c8aae42Copy full SHA for c8aae42
.travis.yml
@@ -7,7 +7,7 @@ before_script:
7
- sudo apt-add-repository -y ppa:linuxjedi/ppa
8
- sudo apt-get update
9
- sudo apt-get -y install libuv-dev
10
- - phpize && ./configure --with-uv && make && sudo make install
+ - phpize && ./configure --with-uv --enable-httpparser && make && sudo make install
11
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
12
13
notifications:
0 commit comments