Fix confirmed, many thanks!
function d2iX509bio(): Wrong order of arguments in implementation
Thanks for the7-Zip XZ decoder bug confirmation.
Attached is a simple ZIP file which 7-zip fails to extract. It reports "Data error", The file was created using PHP 8.0.2. Here is the script: <?php $filename = 'test.zip'; $l = 2097152; unlink($filename); $zip = new ZipArchive(); if ($zip->open($filename, ZipArchive::CREATE) !== TRUE) { exit("Error: \$zip->open(\"filename\")\n"); } $name = sprintf('%d', $l); $contents = str_repeat('a', $l); if ($zip->addFromString($name, $contents) !== TRUE) { exit("Error: \$zip->addFromString()\n"); } if ($zip->setCompressionIndex($zip->lastId,...
https://sourceforge.net/p/gexperts/bugs/227/
https://sourceforge.net/p/gexperts/bugs/227/
Formatter outdents line in comment