|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2021-05-16 17:12 UTC] matjung at hotmail dot com
Description: ------------ --- From manual page: https://php.net/ziparchive.addglob --- Claim If $zip->addGlob("t:/folder/*") finds sub folders Then ZipArchive::close(): Read error: No such file or directory in does not work If $zip->addGlob("t:/folder/*") does not find any sub folders Then closing works PHP Version 7.4.4 Windows NT 10.0 build 19042 (Windows 10) AMD64 object(ZipArchive)#1 (5) { ["status"]=> int(0) ["statusSys"]=> int(0) ["numFiles"]=> int(6) ZLib Support enabled Stream Wrapper compress.zlib:// Stream Filter zlib.inflate, zlib.deflate Compiled Version 1.2.11 Linked Version 1.2.11 zip Zip enabled Zip version 1.15.6 Libzip headers version 1.5.2 Libzip library version 1.5.2 Test script: --------------- see above Expected result: ---------------- If ZipArchive contains elements it should be able to write and close it. If a filename or folder that glob found provokes an error then ZipArchive should output an error message indicating which filename or folder provoked the error. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Mar 15 05:00:02 2026 UTC |
Can you reproduce this with glob()[1] as well? What is the ouput of fsutil reparsePoint query t: [1] <https://www.php.net/glob>