Re: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Pierre Joye
Hi, On Tue, Feb 2, 2010 at 6:13 PM, Venkat Raman Don wrote: > Hi, > > The reason I am using browser is because I wanted to simulate the way server > works. I don't want to state the obvious but servers have no idea what is actually doing the request, whether you use telnet, curl, wget or even a

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Venkat Raman Don
Hi, The reason I am using browser is because I wanted to simulate the way server works. Thanks for all the input. I will look into other modules and see if a similar thing can be achieved using PHP itself. Don. -Original Message- From: Ferenc Kovacs [mailto:tyr...@gmail.com] Sent: T

Re: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Ferenc Kovacs
On Tue, Feb 2, 2010 at 5:06 PM, Venkat Raman Don wrote: > Hi, > > Pierre, I understand that there are alternate ways. I was just asking why the > browser way is bad or not acceptable? Or you are okay with browser way and > suggesting an alternative. If you have concerns regarding using browser t

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Venkat Raman Don
Hi, Pierre, I understand that there are alternate ways. I was just asking why the browser way is bad or not acceptable? Or you are okay with browser way and suggesting an alternative. If you have concerns regarding using browser to test, I would like to know it as it also impacts WINCACHE quali

Re: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Pierre Joye
hi, Let me start from scratch: To test the output of a http request, no browser is required. PHP alone suffices, or wget/curl cmd line (or other similar tools). PHP supports HTTP (incl. headers), the diff can be generated easily, see run-tests.php. The only reason why a browser would be required