Hi Sanjeev, thank you for your fast answer. what do you mean with "error handling function" ()? If i read in the zip_entry, the function is freezing.... no chance to handle the error, because php dont give me an error or exception. If php find a corrupt file, it freezes on this position. Maybe i can post the corrupt zip, so somebody can try it :-) Thank you for your idea. Andreas Sanjeev N wrote: > > Use error handling function for time being and exit from the loop > where control going in the loop. > > > On 8/14/07, ecc <ecc@xxxxxxxxx> wrote: >> >> >> Hi @all, >> >> i´m reading zip-files with the php zip-functions without a problem. Now i >> got and Zip containing an corrupt crc (If i open this file via winzip, >> the >> error is shown). >> >> It looks like the php functions for zip-handeling "zip_entry_read" and >> "ZipArchive::getFrom..." do not quit on a bad crc checksum.... so these >> functions read in the file and than are in an infinite loop. Because i >> use >> PHP-GTK2 my tool feezes and the process has to be killed. On an >> web-enviroment this could also a big problem ..... ok, user-zip handeling >> on >> web is not the best idea :-) >> >> I´ve found no way to find out, if an file in the zip file is an valid or >> corrupt entry. The output of "ZipArchive::statName" give me no info about >> the state of an entry. >> >> Is there any trick out there, how to manage this problem. Maybe this is >> an >> bug or missing feature in the zip extensions. Dont know! >> >> Regards, >> Andreas >> -- >> View this message in context: >> http://www.nabble.com/zip-freezes---how-to-handle-corrupt-CRC-in-zip-file-tf4266474.html#a12142189 >> Sent from the PHP - General mailing list archive at Nabble.com. >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > -- > Warm Regards > Sanjeev > ------------------------------------------------ > http://www.sanchanworld.com/ > http://webdirectory.sanchanworld.com/ > http://webhosting.sanchanworld.com/ > > -- View this message in context: http://www.nabble.com/zip-freezes---how-to-handle-corrupt-CRC-in-zip-file-tf4266474.html#a12142440 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php