1
0
Fork 0

Type in comment

pull/2765/head
Pavel Puchkin 2014-03-05 11:25:58 +10:00
parent 7ccb91667f
commit 9fda8cdc84
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class GzipDownloader extends ArchiveDownloader
throw new \RuntimeException($processError);
}
// Gzip version of PHP has built-in support of gzip functions
// Windows version of PHP has built-in support of gzip functions
$archiveFile = gzopen($file, 'rb');
$targetFile = fopen($targetFilepath, 'wb');
while ($string = gzread($archiveFile, 4096)) {