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