Re: [PHP] max_input_time

2004-12-14 Thread Richard Lynch
Rick Lim wrote: > Hi there, > > I am trying to run a command line windows php script where I wait for > characters from the serial port i.e. $sTemp = fgets($Serialfp); > > After about 60 seconds the script times out and quits, I have tried to > change max_input_time in php.ini but it still times ou

[PHP] max_input_time

2004-12-13 Thread Rick Lim
Hi there, I am trying to run a command line windows php script where I wait for characters from the serial port i.e. $sTemp = fgets($Serialfp); After about 60 seconds the script times out and quits, I have tried to change max_input_time in php.ini but it still times out in 60 secs. I have set_ti