Re: [PHP] Re: Can't set expect.timeout

2009-03-03 Thread Clement Yui-Wah Lee
Dear Rob, The default value of expect.timeout is 10 (minutes), which is what I would get if I don't do any ini_set(). I could set the value to 0 but not to any values. What do you mean by "inaccessible at runtime"? I could set another related parameter expect.logfile to, say, "/tmp/tmp"

Re: [PHP] Re: Can't set expect.timeout

2009-03-03 Thread Robert Cummings
On Tue, 2009-03-03 at 14:49 -0500, Clement Yui-Wah Lee wrote: > Dear friends, > > I am still hoping to get an answer to this question (see > below). Kindly please see if you can run the test on your site. > > Any insight is very much welcome! > > Clement > > Clement Yui-Wah Lee wrote: > > Hi,