Is it possible to set PHP max_execution_time back to server default?
I have a script which generates a CSV file with what might be a large dataset, so I increase the PHP max_execution_time
.
I have a script which generates a CSV file with what might be a large dataset, so I increase the PHP max_execution_time
.