? ? Pending

User tests: Successful: Unsuccessful:

avatar SharkyKZ
SharkyKZ
27 Oct 2020

Summary of Changes

zip_* functions are deprecated on PHP 8. Use ZipArchive instead.

Testing Instructions

Test that extracting zip archive using JArchiveZip still works. E.g. use this code:

$zip = new JArchiveZip;
$zip->extract($file, $destination);

Where $file is path to zip archive and $destination is destination directory.

Expected result AFTER applying this Pull Request

Works like before.

Documentation Changes Required

No.

avatar SharkyKZ SharkyKZ - open - 27 Oct 2020
avatar SharkyKZ SharkyKZ - change - 27 Oct 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Oct 2020
Category Libraries
avatar SharkyKZ
SharkyKZ - comment - 7 Nov 2020

Already done.

avatar HLeithner
HLeithner - comment - 14 Nov 2020

I tested the Zip Archive in our framework (which uses the same code) successfully.

Thanks

avatar HLeithner HLeithner - close - 14 Nov 2020
avatar HLeithner HLeithner - merge - 14 Nov 2020
avatar HLeithner HLeithner - change - 14 Nov 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-11-14 18:02:05
Closed_By HLeithner
Labels Added: ? ?

Add a Comment

Login with GitHub to post a comment