Le Oct 21, 2009 à 9:08 PM, Damion Hankejh a écrit :

Sounds familiar to an issue I had with uninformative 500 Internal Server errors -- my script was timing out. Check your max script execution time with:

echo ini_get('max_execution_time');

Extend it with:

set_time_limit($seconds); // has no effect if running safe_mode



Yeah, to rule that out, in this case, I had set the max_execution_time to zero, which is supposed to mean there is no limit. phpinfo() says it's set to 0.

Marc
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to