Edit report at http://bugs.php.net/bug.php?id=51353&edit=1
ID: 51353 Comment by: magical...@php.net Reported by: niculaantoniu at yahoo dot com Summary: ZIP64 problem Status: Assigned Type: Feature/Change Request Package: Zip Related Operating System: ANY PHP Version: 5.3.2 Assigned To: pajoye Block user comment: N Private report: N New Comment: Precision: PHP seems to be able to open files with more than 65535 files, but will only be able to access the 65535 first files in the archive. libzip is BSD. The related diff (adding support for archives with more than 65535 files) it at: http://hg.nih.at/libzip/?cs=daa140b84947 Previous Comments: ------------------------------------------------------------------------ [2010-03-22 21:16:32] niculaantoniu at yahoo dot com Description: ------------ You can not decompress ZIP64 files (zip files with more than 64k entries) The libzip >= 0.9.1 does support more than 64k entries. Test script: --------------- No need for test script just read the libzip news section: http://nih.at/libzip/NEWS.html The libzip >= 0.9.1 does support more than 64k entries. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51353&edit=1