|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-02-28 09:05 UTC] remi@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: remi
[2020-02-28 09:14 UTC] remi@php.net
-Summary: ZipArchive::addFile don't hornor start/length
parameters
+Summary: ZipArchive::addFile doesn't honor start/length
parameters
[2020-02-28 09:29 UTC] remi@php.net
[2020-02-28 09:29 UTC] remi@php.net
-Status: Assigned
+Status: Closed
[2020-02-28 09:30 UTC] remi@php.net
[2020-02-28 09:36 UTC] remi@php.net
[2020-02-28 09:36 UTC] remi@php.net
[2020-02-28 10:23 UTC] remi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ Full content of the file always added Test script: --------------- $zip->addFile('foo', 'mini.txt', 12, 34) Expected result: ---------------- Partial content added Actual result: -------------- Full file added