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 424faae commit b06dac0Copy full SHA for b06dac0
.gitmodules
@@ -1,7 +1,3 @@
1
-[submodule "libuv"]
2
- path = libuv
3
- url = https://github.com/joyent/libuv.git
4
- ignore = dirty
5
[submodule "http-parser"]
6
path = http-parser
7
url = https://github.com/joyent/http-parser.git
.travis.yml
@@ -6,7 +6,7 @@ php:
- 5.5
8
before_script:
9
- - cd libuv && make libuv.a CFLAGS=-fPIC -s && cd ..
+ - sudo apt-get install libuv-devel
10
- phpize && ./configure && make && sudo make install
11
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
12
libuv
0 commit comments