Ticket #7751: functions-timeout-addition.patch
| File functions-timeout-addition.patch, 458 bytes (added by noel, 5 years ago) |
|---|
-
wp-includes/functions.php
1296 1296 if ( !$fp ) 1297 1297 return false; 1298 1298 1299 //stream_set_timeout($fp, $timeout); // Requires php 4.31299 stream_set_timeout($fp, $timeout); // Requires php 4.3 1300 1300 $linea = ''; 1301 1301 while ( $remote_read = fread( $fp, 4096 ) ) 1302 1302 $linea .= $remote_read;
