Hello i have set the max_execution Time of PHP to a high level, because some programms on my Web Software can need about 60Seconds to finish the requests.
But on one Site i need to lower the execution time to about 10Secs.
It is why on this special site i do a request to another Server, and if this Server is not reachable the request will wait the whole 60Seconds, and Browser hangs so long.
ini_set('max_execution_time') doesnt work.
Thanks a lot
(Sorry for bad english)