|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-11-21 22:23 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2016-11-21 22:23 UTC] ab@php.net
[2016-12-04 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 19:00:01 2025 UTC |
Description: ------------ Hi, I just want to know.. does Zip Archive support 64 bin zip extraction. Test script: --------------- $zip = new ZipArchive; if ($zip->open($fileName) === TRUE) { $zip->extractTo($dir); $extractFile = trim($zip->getNameIndex(0), '/'); echo $zip->getStatusString(); $zip->close(); } else { echo 'Unable to get archive file from zip'; } Expected result: ---------------- The Zip Archive extractTo method should work and return all the files within Actual result: -------------- I have got the error status "Unsupported Compression / Compression method not supported" for 64Bit Zip file (compressed using windows 8 compressed folder) Zip File description (zipinfo) -rw-a-- 2.1 fat 3027500014 t- d64N 16-Sep-12 16:30 file.txt