Re: automagical support for PHP scripts in Apache-Test

2004-10-21 Thread Stas Bekman
Geoffrey Young wrote: however, I'd like some general feedback on this before I go up and commit them. but in general I think that I, at least, have decided that adding the additional harnesses is where we ought to be headed (as opposed to thinking that it is some kind of feature creep). As long as

Re: automagical support for PHP scripts in Apache-Test

2004-10-20 Thread Geoffrey Young
> Cool stuff! :) > If by "library" you mean "file containing PHP code" you just have the > include() and require() statements AFAIK, there's no way to this > globally from php.ini/httpd.conf, again, AFAIK. I actually have been working more on this and got lots of the issues figured out. here i

Re: automagical support for PHP scripts in Apache-Test

2004-10-20 Thread Joe Orton
On Mon, Oct 18, 2004 at 04:13:02PM -0400, Geoffrey Young wrote: ... > you're on your way to writing Test::Harness compatible php scripts via > Apache-Test. whee! Cool stuff! > the missing parts are important parts of Aapche::Test and Apache::TestUtil > implemented in php. but if we just focused

automagical support for PHP scripts in Apache-Test

2004-10-18 Thread Geoffrey Young
hi all... I hacked together the start of automagic support for PHP server-based tests. basically, what the attached patch allows is for auto test script generation and configuration via Makefile.PL. that is Apache::TestRunPHP->generate_script(); and a file such as t/response/TestPHP/foo.ph