how to force the Web server to not limit PHP process
Posted: Sun Nov 20, 2005 4:47 am
Hello
I have a PHP code that performs some very intense calculations which may take a long time
however, after a while, I get the following error in my browser:
Is there a way for me to inform the Web server to not limit the duration of the script?
maybe using ini_set ?
Maybe this error has nothing to do with timeouts... any suggestion would be appreciated
I have a PHP code that performs some very intense calculations which may take a long time
however, after a while, I get the following error in my browser:
Code: Select all
Server Error
The following error occurred:
[code=SERVER_RESPONSE_RESET] The server response could not be read because of an error. Contact your system administrator.maybe using ini_set ?
Maybe this error has nothing to do with timeouts... any suggestion would be appreciated