echo -n "configuring... "
CFLAGS="-W -Wchar-subscripts -Wformat=2 -Wno-format-y2k -Wimplicit -Wmissing-braces -Wunused-variable -Wbad-function-cast -Wpointer-arith -Wsign-compare -Winline" \
- ./configure >/dev/null
+ ./configure $@ >/dev/null
if test $? -ne 0 ; then
echo "FAILED!"
exit 1
HTTP_ACCEPT_CHARSET=iso-8859-1, *
HTTP_ACCEPT_ENCODING=none
HTTP_USER_AGENT=Mozilla/5.0
+HTTP_HOST=localhost
--POST--
a=b&c=d
--FILE--
(
[Accept-Charset] => iso-8859-1, *
[Accept-Encoding] => none
+ [Host] => localhost
[User-Agent] => Mozilla/5.0
)
OK