Skip to content

Commit 60930fc

Browse files
committed
use gmp for cdr_len and cdr_ofs
1 parent 617fff1 commit 60930fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ZipReader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ final class ZipReader implements ArchiveReader
4444
/**
4545
* @var \GMP
4646
*/
47-
private $cdr_ofs = 0;
47+
private $cdr_ofs;
4848

4949
/**
5050
* @var \GMP

0 commit comments

Comments
 (0)