[2007年02月15日 10:22 UTC] foster dot graeme at gmail dot com
Description: ------------ When adding files to an archive, (using successive ZipArchive::addFile() commands) the compression doesn't happen until the file is closed. This can result in an out of memory error, a temporary fix is to close the archive and then reopen it within the php code. An idea solution would be to compress the file when it is added, probably in function _zip_replace(), but I don't know what the implications of this would be. It would certainly require a rewrite of the ugly function zip_close(). PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007年02月15日 11:41 UTC] pajoye@php.net
[2007年02月15日 13:14 UTC] foster dot graeme at gmail dot com
[2007年02月15日 13:23 UTC] pajoye@php.net
[2007年02月15日 14:02 UTC] foster dot graeme at gmail dot com
[2007年02月15日 14:35 UTC] pajoye@php.net
[2007年02月15日 15:15 UTC] foster dot graeme at gmail dot com
[2007年02月15日 16:14 UTC] pajoye@php.net
[2010年06月04日 11:32 UTC] yubingyujuan at 163 dot com
|