ext-uv/.gitmodules
Shuhei Tanuma 8eff213350 add http parser support:
currently, php-uv has socket handling problem. (https://github.com/chobie/php-uv/issues/5)
if I don't support httpparser. hard to explain it.
2012-07-01 13:15:14 +09:00

9 lines
211 B
Plaintext

[submodule "libuv"]
path = libuv
url = https://github.com/joyent/libuv.git
ignore = dirty
[submodule "http-parser"]
path = http-parser
url = https://github.com/joyent/http-parser.git
ignore = dirty