PHP Classes

BUG : Maximum execution time

Recommend this page to a friend!

      HTTP client class  >  All threads  >  BUG : Maximum execution time  >  (Un) Subscribe thread alerts  
Subject:BUG : Maximum execution time
Summary:BUG : Maximum execution time
Messages:1
Author:mistify34
Date:2015-03-03 15:17:28
 

  1. BUG : Maximum execution time   Reply   Report abuse  
Picture of mistify34 mistify34 - 2015-03-03 15:17:28
Hello,

I have a bug in the execute function.
The error is "Maximum execution time" due to this part of the code :
// 3...2...1...Launch !
do
{
$responseHeader .= fread($filePointer, 1);
}
while (!preg_match('/\\r\\n\\r\\n$/', $responseHeader));

Do you have a fix for that please ?
Thank you