
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