mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
8eff213350
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.
9 lines
211 B
Plaintext
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
|