Skip to content

Commit b035466

Browse files
committed
Disable http parser by default for now
1 parent be7ff58 commit b035466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ PHP_ARG_WITH(uv, Whether to include "uv" support,
22
[ --with-uv[=DIR] Include "uv" support])
33

44
PHP_ARG_ENABLE(httpparser, Whether to enable the "httpparser" module,
5-
[ --enable-httpparser Enable "httpparser" module support])
5+
[ --enable-httpparser Enable "httpparser" module support], no, no)
66

77
PHP_ARG_ENABLE(uv-debug, for uv debug support,
8-
[ --enable-uv-debug Enable enable uv deubg support], no, no)
8+
[ --enable-uv-debug Enable enable uv debug support], no, no)
99

1010
PHP_ARG_ENABLE(dtrace, Whether to enable the "dtrace" debug,
1111
[ --enable-dtrace Enable "dtrace" support], no, no)

0 commit comments

Comments
 (0)