Use set_time_limit() to buy some time during upgrade. see #5560

git-svn-id: https://develop.svn.wordpress.org/trunk@9164 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-14 16:36:43 +00:00
parent 052415b790
commit 5b794466f4
3 changed files with 5 additions and 0 deletions

View File

@@ -441,6 +441,7 @@ function download_url( $url ) {
unlink($tmpfname);
return new WP_Error('http_404', trim($response['response']['message']));
}
var_dump($response);
fwrite($handle, $response['body']);
fclose($handle);