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 99c345c commit 89d25e6Copy full SHA for 89d25e6
config.m4
@@ -50,6 +50,8 @@ if test $PHP_UV != "no"; then
50
51
PHP_NEW_EXTENSION(uv, php_uv.c uv.c $SOURCES, $ext_shared)
52
53
+ PHP_ADD_EXTENSION_DEP(uv, sockets)
54
+
55
if test $PHP_HTTPPARSER != "no"; then
56
PHP_ADD_INCLUDE([$ext_srcdir/http-parser])
57
fi
0 commit comments