Closed tsteur closed 8 years ago
@tsteur It looks like Pear Tar 1.4.0 release adds PHP7 support.
The fix is available for a while I think but there was a problem with it not being available in composer etc. It may now be as easy as updating composer
@tsteur I'm surprised this repository does not have a composer.lock
- should it maybe have one? without composer.lock, how can we make sure to use a given version of Pear_Tar?
I don't know. I haven't created the repo AFAIK. It should be committed when someone is working on it the next time
refs piwik/piwik#8689
The pear/tar and PclZip dependencies are not PHP 7 compatible. Got the following notices:
Latest archive_tar lib should be PHP 7 compatible see https://pear.php.net/package/Archive_Tar/download/ but it's not fully. We need to wait for 1.14.1 release I presume.
PclZip seems to be already PHP 7 compatible but when I copy the new file of this lib I get the following error meaning it is maybe not done by updating the lib, we need to adjust code (or latest PclZip is buggy):