aboutsummaryrefslogtreecommitdiff
path: root/cli/_cli.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-02-20 18:51:53 -0500
committerGravatar GitHub <noreply@github.com> 2021-02-21 00:51:53 +0100
commitfd803875410cf056242a786260fb8ed62a733c06 (patch)
tree07285ab6bd99feb17d28b673f698eab25a5d3889 /cli/_cli.php
parent75711c3647cd89fb175e786d85544eaf4e7c6e71 (diff)
Change zip handling methods (#3470)
Before, we were using zip function but they are marked as deprecated as of PHP 8.0. It's not safe to use them anymore since they can be removed at any given time. Now, we are using the ZipArchive class to handle our zip methods. It's safe to use it since it's available for PHP 5.2 and higher. See #3460
Diffstat (limited to 'cli/_cli.php')
0 files changed, 0 insertions, 0 deletions