php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #80940
Patch async-add-fromstring-wrong revision 2021-04-07 19:08 UTC by skuratovichalex at gmail dot com

Patch async-add-fromstring-wrong for Zip Related Bug #80940

Patch version 2021-04-07 19:08 UTC

Return to Bug #80940 | Download this patch
Patch Revisions:

Developer: skuratovichalex@gmail.com

The essence of the problem is that when using the ZipArchive methods asynchronously, at the output I get the required archive, but only with the last processed file within the framework of asynchrony (To be more precise, the archive contains N / t files, where N is the total number of files to be added , t is the number of processing threads)
Another point, when adding asynchronously, it turns out that within the number of threads the added files have the same index (in my case 0), which apparently leads to the "loss" of the added files. Perhaps this is not the correct assignment of the indexes, but I cannot influence it.
 The initial presence of the archive does not change the situation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC