Re: TestConfigPerl problem

2003-02-10 Thread Stas Bekman
Joe Orton wrote: Since rev 1.63 of TestConfigPerl.pm I get this error running TEST (after a fresh checkout) make[1]: Leaving directory `/home/joe/src/httpd-test/pf/c-modules/authany' !!! configure() has failed: Use of uninitialized value in subroutine entry at /home/joe/src/httpd-test/pf/t/../Apac

Re: PHP getenv() test

2003-02-10 Thread Stas Bekman
Joe Orton wrote: This is a regression test for http://bugs.php.net/bug.php?id=19840 Apparently I already have commit access - OK if I go ahead and commit these? +1 Joe, your code is fine, if you are feeling confident enough, you can commit things and we can review them later. This is a test suite

PHP getenv() test

2003-02-10 Thread Joe Orton
This is a regression test for http://bugs.php.net/bug.php?id=19840 Apparently I already have commit access - OK if I go ahead and commit these? joe use strict; use warnings FATAL => 'all'; use Apache::Test; use Apache::TestRequest; use Apache::TestUtil; plan tests => 1, have_module 'php4'; # Re

TestConfigPerl problem

2003-02-10 Thread Joe Orton
Since rev 1.63 of TestConfigPerl.pm I get this error running TEST (after a fresh checkout) make[1]: Leaving directory `/home/joe/src/httpd-test/pf/c-modules/authany' !!! configure() has failed: Use of uninitialized value in subroutine entry at /home/joe/src/httpd-test/pf/t/../Apache-Test/lib/Apac