a release candidate for Apache-Test 1.16 is now available. http://perl.apache.org/~geoff/Apache-Test-1.16-dev.tar.gz
this release marks the introduction of Apache::TestRunPHP, test harness hooks for running server-side tests from PHP scripts. please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back successes or failures. --Geoff Changes since 1.15: launder the require()d custom config filename to make -T happy [Torsten Fortsch <torsten.foertsch gmx.net>] added Apache::TestRunPHP and Apache::TestConfigPHP classes, which provide a framework for server-side testing via PHP scripts [Geoffrey Young] fix problem with multiple all.t files where only the final file was being run through the test harness. [Geoffrey Young] Documented that redirection does not work with "POST" requests in Apache::TestRequest unless LWP is installed. [David Wheeler] Separated the setting of the undocumented $RedirectOK package variable by users of Apache::TestRequest from when it is set internally by passing the "requests_redirectable" parameter to the user_agent() method. This allows users to override the behavior set by the user_agent() method without replacing it. [David Wheeler]