Posted by J.O. Aho on 03/20/07 20:01
Thorak wrote:
> Im having a wierd problem with one of my php scripts opening a socket
> connection with session variables. My page is continualy returning
>
> Fatal error: Maximum execution time of 30 seconds exceeded in "bla bla
> bla" line 43
> line 43 is: $html .= fgets($fp, 4096); incase you need to know (i have
> stripped alot of the comments out of the included code below)
This means that reading the file takes longer than 30 sek and in the php.ini
it's set to that the script is only allowed to be executed in a timespan that
is at most 30 sek.
This has nothing to do with cookies nor sessions.
--
//Aho
Navigation:
[Reply to this message]
|