Make "make check" pass on Fedora 7:
authorDan Winship <danw@src.gnome.org>
Fri, 14 Sep 2007 19:50:23 +0000 (19:50 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 14 Sep 2007 19:50:23 +0000 (19:50 +0000)
commitec89f091f45d5c4bb3d7c9bb014cce0bc43be2dc
tree4829f3cb99c21dded303fde0f812a930875b1221
parent6f281a99d0880c615ce731d5baf28d917ffb858c
Make "make check" pass on Fedora 7:

* configure.in: update apache/php tests with additional filenames

* tests/httpd.conf.in: updates for configure.in changes and
slightly-more-recent apache

* tests/ssl-test.c (start_writing): fix uninitialized struct field
(main): start server after setting up client since otherwise
there's a race condition since soup_gnutls_init() isn't actually
thread-safe. (FIXME)

* tests/xmlrpc-server.php: rewrite to not use $HTTP_RAW_POST_DATA
(which only exists if register_globals is set)

svn path=/trunk/; revision=929
ChangeLog
configure.in
tests/httpd.conf.in
tests/ssl-test.c
tests/xmlrpc-server.php